From d9c527d72cdb4fe0c87f3ef423e12e3212f6b9ef Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 12 Dec 2021 22:28:24 -0500 Subject: [PATCH] Lower ethdevice-timeout to 300s With the auto-reboot implemented waiting this long is not required. --- templates/boot.pxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot.pxe b/templates/boot.pxe index 8a41597..33a5756 100644 --- a/templates/boot.pxe +++ b/templates/boot.pxe @@ -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)