Add 10s timeout on boot

This commit is contained in:
Joshua Boniface 2019-06-13 23:10:07 -04:00
parent 50d42c7f97
commit da46abd88b
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if [ ${iso_path} ] ; then
set loopback="findiso=${iso_path}" set loopback="findiso=${iso_path}"
fi fi
set timeout=10
menuentry "PVC Live Installer" { menuentry "PVC Live Installer" {
linux /live/vmlinuz boot=live components splash quiet "${loopback}" linux /live/vmlinuz boot=live components splash quiet "${loopback}"
initrd /live/initrd.img initrd /live/initrd.img

View File

@ -1,6 +1,7 @@
INCLUDE stdmenu.cfg INCLUDE stdmenu.cfg
MENU title PVC Live Installer MENU title PVC Live Installer
DEFAULT PVC Live Installer DEFAULT PVC Live Installer
TIMEOUT 10
LABEL PVC Live Installer LABEL PVC Live Installer
SAY "Booting PVC Live Installer..." SAY "Booting PVC Live Installer..."
linux /live/vmlinuz linux /live/vmlinuz