From: Mads Kiilerich <mads@kiilerich.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: [PATCH] Boot immediately after GRUB_HIDDEN_TIMEOUT
Date: Sun, 29 Apr 2012 21:14:48 +0200 [thread overview]
Message-ID: <4F9D9328.9080303@kiilerich.com> (raw)
[-- 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
next reply other threads:[~2012-04-29 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-29 19:14 Mads Kiilerich [this message]
2012-05-18 1:21 ` [PATCH] Boot immediately after GRUB_HIDDEN_TIMEOUT Jordan Uggla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F9D9328.9080303@kiilerich.com \
--to=mads@kiilerich.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.