All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Boot immediately after GRUB_HIDDEN_TIMEOUT
@ 2012-04-29 19:14 Mads Kiilerich
  2012-05-18  1:21 ` Jordan Uggla
  0 siblings, 1 reply; 2+ messages in thread
From: Mads Kiilerich @ 2012-04-29 19:14 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

        * util/grub.d/00_header.in: Boot immediately after
        GRUB_HIDDEN_TIMEOUT. Documentation said: "If no key is pressed
        during that time, boot immediately."


[-- Attachment #2: hidden_timeout.patch --]
[-- Type: text/x-patch, Size: 746 bytes --]

=== modified file 'ChangeLog'
--- ChangeLog	2012-04-29 16:43:22 +0000
+++ ChangeLog	2012-04-29 19:12:19 +0000
@@ -1,3 +1,9 @@
+2012-04-29  Mads Kiilerich  <mads@kiilerich.com>
+
+	* util/grub.d/00_header.in: Boot immediately after
+	GRUB_HIDDEN_TIMEOUT. Documentation said: "If no key is pressed
+	during that time, boot immediately."
+
 2012-04-29  Bean  <bean123ch@gmail.com>
 
 	* grub-core/net/drivers/efi/efinet.c (get_card_packet): Fix buffer

=== modified file 'util/grub.d/00_header.in'
--- util/grub.d/00_header.in	2012-03-04 13:55:13 +0000
+++ util/grub.d/00_header.in	2012-04-29 17:48:30 +0000
@@ -280,7 +280,7 @@
 	fi
 	cat << EOF
 if sleep$verbose --interruptible ${1} ; then
-  set timeout=${2}
+  set timeout=0
 fi
 EOF
     else


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-18  1:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 19:14 [PATCH] Boot immediately after GRUB_HIDDEN_TIMEOUT Mads Kiilerich
2012-05-18  1:21 ` Jordan Uggla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.