Lower ethdevice-timeout to 300s
With the auto-reboot implemented waiting this long is not required.
This commit is contained in:
parent
7b3f0e5f0d
commit
d9c527d72c
|
@ -6,7 +6,7 @@ set kernel vmlinuz
|
||||||
set initrd initrd.img
|
set initrd initrd.img
|
||||||
|
|
||||||
# Set kernel command line parameters
|
# 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
|
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)
|
# Load per-host kernel command line parameters (should contain ${imgargs-host} if present)
|
||||||
|
|
Loading…
Reference in New Issue