В Sun, 29 Sep 2013 08:58:20 +0400
Aleksey Midenkov <mide...@gmail.com> пишет:

> Is it possible as in LILO to make such configuration:
> 
> don't show menu, don't do timeout, run default menu entry unless SHIFT
> key is pressed.
> 
> If SHIFT menu is pressed, then enter menu.
> 

Something like this should work

set timeout=0
if keystatus --shift ; then
  set timeout=5
fi

> Why I'm asking, because how it's done in Grub -- enter to menu is
> possible only if timeout is set to > 0 is something I don't like. I
> don't want to spend 1 more sec on each reboot just because it is
> required for the ability to enter menu.
> 
> _______________________________________________
> Help-grub mailing list
> Help-grub@gnu.org
> https://lists.gnu.org/mailman/listinfo/help-grub


_______________________________________________
Help-grub mailing list
Help-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to