From e9bd03a3e110dfa529e576613e110e6028704c34 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 21 Feb 2008 21:53:36 +0000 Subject: [PATCH] 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 --- targets/support/bootloader-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2