2017-06-16 19:31:32 +00:00
|
|
|
From e59ce0d1e5e94a761d7238bad2537dff2a8e89ab Mon Sep 17 00:00:00 2001
|
2014-01-06 16:39:16 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Mon, 28 Oct 2013 10:09:27 -0400
|
2017-08-03 17:33:01 +00:00
|
|
|
Subject: [PATCH 085/177] Enable pager by default. (#985860)
|
2014-01-06 16:39:16 +00:00
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
util/grub.d/00_header.in | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in
|
2017-06-16 19:31:32 +00:00
|
|
|
index 93a90233e..858b526c9 100644
|
2014-01-06 16:39:16 +00:00
|
|
|
--- a/util/grub.d/00_header.in
|
|
|
|
+++ b/util/grub.d/00_header.in
|
|
|
|
@@ -43,6 +43,8 @@ if [ "x${GRUB_DEFAULT_BUTTON}" = "xsaved" ] ; then GRUB_DEFAULT_BUTTON='${saved_
|
|
|
|
if [ "x${GRUB_TIMEOUT_BUTTON}" = "x" ] ; then GRUB_TIMEOUT_BUTTON="$GRUB_TIMEOUT" ; fi
|
|
|
|
|
|
|
|
cat << EOF
|
|
|
|
+set pager=1
|
|
|
|
+
|
|
|
|
if [ -s \$prefix/grubenv ]; then
|
|
|
|
load_env
|
|
|
|
fi
|
|
|
|
--
|
2017-08-03 17:33:01 +00:00
|
|
|
2.13.3
|
2014-01-06 16:39:16 +00:00
|
|
|
|