Blame SOURCES/0032-Enable-pager-by-default.-985860.patch

5593c8
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
5593c8
From: Peter Jones <pjones@redhat.com>
5593c8
Date: Mon, 28 Oct 2013 10:09:27 -0400
5593c8
Subject: [PATCH] Enable pager by default. (#985860)
5593c8
5593c8
Signed-off-by: Peter Jones <pjones@redhat.com>
5593c8
---
5593c8
 util/grub.d/00_header.in | 2 ++
5593c8
 1 file changed, 2 insertions(+)
5593c8
5593c8
diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in
d3c3ab
index 93a90233ead..858b526c925 100644
5593c8
--- a/util/grub.d/00_header.in
5593c8
+++ b/util/grub.d/00_header.in
5593c8
@@ -43,6 +43,8 @@ if [ "x${GRUB_DEFAULT_BUTTON}" = "xsaved" ] ; then GRUB_DEFAULT_BUTTON='${saved_
5593c8
 if [ "x${GRUB_TIMEOUT_BUTTON}" = "x" ] ; then GRUB_TIMEOUT_BUTTON="$GRUB_TIMEOUT" ; fi
5593c8
 
5593c8
 cat << EOF
5593c8
+set pager=1
5593c8
+
5593c8
 if [ -s \$prefix/grubenv ]; then
5593c8
   load_env
5593c8
 fi