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

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