set grub.cfg timeout to 30s
parent
0229463f7b
commit
7e01771395
|
@ -26,7 +26,7 @@ elif [ -f (cbfsdisk)/background.jpg ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set default="0"
|
set default="0"
|
||||||
set timeout=5
|
set timeout=30
|
||||||
set pager=1
|
set pager=1
|
||||||
set grub_scan_disk="both"
|
set grub_scan_disk="both"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue