--- 30_os-prober.orig 2009-09-12 11:12:24.000000000 +0100 +++ 30_os-prober 2009-09-12 11:32:57.000000000 +0100 @@ -25,8 +25,7 @@ found_other_os= adjust_timeout () { - if [ "x${found_other_os}" = "x" ] ; then - if [ "x${GRUB_HIDDEN_TIMEOUT}" != "x" ] ; then + if [ "x${found_other_os}" = "x" ] || [ "x${GRUB_HIDDEN_TIMEOUT}" != "x" ] ; then if [ "x${GRUB_HIDDEN_TIMEOUT_QUIET}" = "xtrue" ] ; then verbose= else @@ -54,7 +53,6 @@ fi EOF fi - fi fi }