Don't write out out 'default 1' line when creating grub.conf, since the 'help' entry...
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 28 Feb 2008 03:01:36 +0000 (03:01 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 28 Feb 2008 03:01:36 +0000 (03:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1329 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/bootloader-setup.sh

index b121230766db1927d3285f198d9a7fd8acfcccec..230ebb1a4ede47c5601a4283181e21bcc3b7c3a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  28 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/bootloader-setup.sh:
+  Don't write out out 'default 1' line when creating grub.conf, since the
+  'help' entry is now at the bottom, and we want grub to default to the first
+  entry
+
   27 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/bootloader-setup.sh:
   Removed checks on livecd/splash_type, since we only support one type,
index 78f314f40237d029b444b2b57cc1baefdaec3c5d..8cd53f75754cdeae38c12f1eba74999df0930f1c 100755 (executable)
@@ -406,7 +406,7 @@ case ${clst_hostarch} in
                if [ -e $1/boot/grub/stage2_eltorito ]
                then
                        icfg=$1/boot/grub/grub.conf
-                       echo "default 1" > ${icfg}
+#                      echo "default 1" > ${icfg}
                        echo "timeout 15" >> ${icfg}
                        echo "pager on" >> ${icfg}