Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1329 - in trunk: . targets/support
Date: Thu, 28 Feb 2008 03:01:40
Message-Id: E1JUZ1d-0007tN-UF@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-28 03:01:36 +0000 (Thu, 28 Feb 2008)
3 New Revision: 1329
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/bootloader-setup.sh
8 Log:
9 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
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-27 16:31:25 UTC (rev 1328)
14 +++ trunk/ChangeLog 2008-02-28 03:01:36 UTC (rev 1329)
15 @@ -1,6 +1,12 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 28 Feb 2008; Andrew Gaffney <agaffney@g.o>
20 + targets/support/bootloader-setup.sh:
21 + Don't write out out 'default 1' line when creating grub.conf, since the
22 + 'help' entry is now at the bottom, and we want grub to default to the first
23 + entry
24 +
25 27 Feb 2008; Chris Gianelloni <wolf31o2@g.o> catalyst,
26 targets/support/bootloader-setup.sh:
27 Removed checks on livecd/splash_type, since we only support one type,
28
29 Modified: trunk/targets/support/bootloader-setup.sh
30 ===================================================================
31 --- trunk/targets/support/bootloader-setup.sh 2008-02-27 16:31:25 UTC (rev 1328)
32 +++ trunk/targets/support/bootloader-setup.sh 2008-02-28 03:01:36 UTC (rev 1329)
33 @@ -406,7 +406,7 @@
34 if [ -e $1/boot/grub/stage2_eltorito ]
35 then
36 icfg=$1/boot/grub/grub.conf
37 - echo "default 1" > ${icfg}
38 +# echo "default 1" > ${icfg}
39 echo "timeout 15" >> ${icfg}
40 echo "pager on" >> ${icfg}
41
42
43 --
44 gentoo-commits@l.g.o mailing list