mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
grub.cfg: disable the pager
The pager causes trouble in some cases, where the user has to press enter at boot time depending on the configuration. Interactive use is one thing, but we should leave this disabled for smoother experience. If the user *wishes* to use the shell, they can always just enable the pager themselves by doing: set pager=1 Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -31,7 +31,6 @@ if [ -f (cbfsdisk)/timeout.cfg ]; then
|
||||
else
|
||||
set timeout=5
|
||||
fi
|
||||
set pager=1
|
||||
set grub_scan_disk="both"
|
||||
if [ -f (cbfsdisk)/scan.cfg ]; then
|
||||
source (cbfsdisk)/scan.cfg
|
||||
|
||||
Reference in New Issue
Block a user