Add 10s timeout on boot
This commit is contained in:
parent
50d42c7f97
commit
da46abd88b
1
grub.cfg
1
grub.cfg
|
@ -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
|
||||||
|
|
1
menu.cfg
1
menu.cfg
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue