A little amend:
On Sun, Aug 31, 2008 at 6:13 PM, Niko Cavallini Araya
<[EMAIL PROTECTED]> wrote:
> echo -n "Press ESC to enter the menu... "
> if sleep --verbose --interruptible ${GRUB_TIMEOUT} ; then
> set timeout=${GRUB_TIMEOUT}
> else
> set timeout=-1
> fi
should be:
> echo -n "Press ESC to enter the menu... "
> if sleep --verbose --interruptible ${GRUB_TIMEOUT} ; then
> set timeout=0
> else
> set timeout=-1
> fi
--
Saludos
Niko
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel