From: Andrew Gaffney Date: Thu, 28 Feb 2008 03:01:36 +0000 (+0000) Subject: Don't write out out 'default 1' line when creating grub.conf, since the 'help' entry... X-Git-Tag: CATALYST_2_0_6_916~165 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a00ef5e41ce07584a4e805bf8c31f9db80d2b95a;p=catalyst.git 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 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1329 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index b1212307..230ebb1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 28 Feb 2008; Andrew Gaffney + 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 catalyst, targets/support/bootloader-setup.sh: Removed checks on livecd/splash_type, since we only support one type, diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index 78f314f4..8cd53f75 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -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}