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}"
|
||||
fi
|
||||
|
||||
set timeout=10
|
||||
menuentry "PVC Live Installer" {
|
||||
linux /live/vmlinuz boot=live components splash quiet "${loopback}"
|
||||
initrd /live/initrd.img
|
||||
|
|
Loading…
Reference in New Issue