# 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,
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}