let's change the right timeout this time
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 21:53:36 +0000 (21:53 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 21:53:36 +0000 (21:53 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1325 d1e1f19c-881f-0410-ab34-b69fee027534

targets/support/bootloader-setup.sh

index bf66443085232dbaecc9918b9e56337673374951..38e6e8ae7c35e450e13168a908ef738d4f318d7c 100755 (executable)
@@ -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