Add 'pager on' to grub.conf for bug 208531
authorAndrew Gaffney <agaffney@gentoo.org>
Sat, 2 Feb 2008 18:33:00 +0000 (18:33 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Sat, 2 Feb 2008 18:33:00 +0000 (18:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1266 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/bootloader-setup.sh

index 69f0589360a6f2ffe456cdb5c4b39047c943e746..57c56a4a0e5120a4dcae8d661664718b208a478a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/bootloader-setup.sh:
+  Add 'pager on' to grub.conf for bug 208531
+
   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   livecd/files/README.txt, livecd/files/x86-F6.msg:
   Removing the unused kernel command line options from Volume/Device Management.
index f6c6239603ff6effe19ce063695bdca47e660d93..71fa06585f87eb4b77cb256843ea369f3276b0b0 100755 (executable)
@@ -455,6 +455,7 @@ case ${clst_hostarch} in
                        icfg=$1/boot/grub/grub.conf
                        echo "default 1" > ${icfg}
                        echo "timeout 150" >> ${icfg}
+                       echo "pager on" >> ${icfg}
 
                        # Setup help message
                        echo >> ${icfg}