Lower ethdevice-timeout to 300s

With the auto-reboot implemented waiting this long is not required.
This commit is contained in:
Joshua Boniface 2021-12-12 22:28:24 -05:00
parent 7b3f0e5f0d
commit d9c527d72c
1 changed files with 1 additions and 1 deletions

View File

@ -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)