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

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