Add 10s timeout on boot

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:53 -04:00
parent a2373b9e45
commit f45c1d2ffb
2 changed files with 2 additions and 0 deletions

View File

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

View File

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