Lower ethdevice-timeout to 300s
With the auto-reboot implemented waiting this long is not required.
This commit is contained in:
parent
9af47557f1
commit
23834a2c61
|
@ -6,7 +6,7 @@ set kernel vmlinuz
|
|||
set initrd initrd.img
|
||||
|
||||
# Set kernel command line parameters
|
||||
set imgargs-base vga=normal nomodeset boot=live components ethdevice-timeout=600 timezone=America/Toronto fetch=${root-url}/filesystem.squashfs username=root
|
||||
set imgargs-base vga=normal nomodeset boot=live components ethdevice-timeout=300 timezone=America/Toronto fetch=${root-url}/filesystem.squashfs username=root
|
||||
set imgargs-pvcinstall pvcinstall.preseed=on pvcinstall.seed_host=${next-server} pvcinstall.seed_file=/host/mac-${mac:hexraw}.preseed
|
||||
|
||||
# Load per-host kernel command line parameters (should contain ${imgargs-host} if present)
|
||||
|
|
Loading…
Reference in New Issue