From: Andrew Gaffney Date: Wed, 20 Feb 2008 15:40:50 +0000 (+0000) Subject: Change grub timeout to 15 seconds instead of 150 X-Git-Tag: CATALYST_2_0_6_916~182 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d23beb6a34c3551b4d24063ece29c2164ce51b5;p=catalyst.git Change grub timeout to 15 seconds instead of 150 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1312 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 8e08747e..6d1891ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 20 Feb 2008; Andrew Gaffney + targets/support/bootloader-setup.sh: + Change grub timeout to 15 seconds instead of 150 + 20 Feb 2008; Andrew Gaffney targets/support/pre-kmerge.sh: Comment out sed on genkernel executable as it appears to do nothing these days diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index c938dfa5..bf664430 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -345,7 +345,7 @@ case ${clst_hostarch} in 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}