From: Andrew Gaffney Date: Thu, 21 Feb 2008 21:53:36 +0000 (+0000) Subject: let's change the right timeout this time X-Git-Tag: CATALYST_2_0_6_916~169 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9bd03a3e110dfa529e576613e110e6028704c34;p=catalyst.git let's change the right timeout this time git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1325 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index bf664430..38e6e8ae 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 15" >> ${icfg} + echo "timeout 150" >> ${icfg} echo "prompt 1" >> ${icfg} echo "display boot.msg" >> ${icfg} echo "F1 kernels.msg" >> ${icfg} @@ -454,7 +454,7 @@ case ${clst_hostarch} in then icfg=$1/boot/grub/grub.conf echo "default 1" > ${icfg} - echo "timeout 150" >> ${icfg} + echo "timeout 15" >> ${icfg} echo "pager on" >> ${icfg} if [ -e ${1}/boot/grub/splash.xpm.gz ]; then