Instead of hiddenmenu command, you can implement the same functionality (or variations of it) using scripting features:
echo -n "Press `ESC' to enter the menu... " if sleep --verbose --interruptible 10 ; then set timeout=10 else set timeout=0 fi
Instead of hiddenmenu command, you can implement the same functionality (or variations of it) using scripting features:
echo -n "Press `ESC' to enter the menu... " if sleep --verbose --interruptible 10 ; then set timeout=10 else set timeout=0 fi
GrubWiki: Hiddenmenu (last edited 2008-03-26 12:37:42 by Mac)