git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1312
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/bootloader-setup.sh:
+ Change grub timeout to 15 seconds instead of 150
+
20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/pre-kmerge.sh:
Comment out sed on genkernel executable as it appears to do nothing these days
icfg=$1/isolinux/isolinux.cfg
kmsg=$1/isolinux/kernels.msg
echo "default ${first}" > ${icfg}
- echo "timeout 150" >> ${icfg}
+ echo "timeout 15" >> ${icfg}
echo "prompt 1" >> ${icfg}
echo "display boot.msg" >> ${icfg}
echo "F1 kernels.msg" >> ${icfg}