From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Tx2U7-0002sb-Av for mharc-grub-devel@gnu.org; Sun, 20 Jan 2013 16:31:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx2U4-0002qT-By for grub-devel@gnu.org; Sun, 20 Jan 2013 16:31:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tx2U2-0004qz-VJ for grub-devel@gnu.org; Sun, 20 Jan 2013 16:31:20 -0500 Received: from mail-ea0-f170.google.com ([209.85.215.170]:61494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx2U2-0004qu-Mo for grub-devel@gnu.org; Sun, 20 Jan 2013 16:31:18 -0500 Received: by mail-ea0-f170.google.com with SMTP id a11so2264393eaa.29 for ; Sun, 20 Jan 2013 13:31:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=QsIaxeKL3Y3qUAFF9ZUmDtuay2MMn9kngSD9fCcz4RQ=; b=IqUptodfjez/iJT1ojBtrJ1hX5ux6RcZ0XsrCE0jA6D6YBzm+vG78J2cwkULFlufN5 oHaKmFWK2XO3HGAwruRDpCtP5itznrEZ0apoK0yiPYdyjiMxoxRUPoSwn9+mCfAR1D61 ONMS7cLh0EAMJi71pNZ823esEEeRYGUQy/Ol8CV/YENyNLZ7rcIp/VIo3M6NmWHHe9MC VSKMJSgAZDfromvSucd3ALXb+gSpiy3tg7vc+VHIQ8OPEJ5W5xR7IELUo79KykX09lcC ifGwpcTnYu0pp4VybUYf9+HsvDE25Rwjydj+8DW+CyidMUcbRvHnuGm/jVhAqcBMlHzQ F4mw== X-Received: by 10.14.174.73 with SMTP id w49mr10431867eel.17.1358717477650; Sun, 20 Jan 2013 13:31:17 -0800 (PST) Received: from debian.x201.phnet (228-189.203-62.cust.bluewin.ch. [62.203.189.228]) by mx.google.com with ESMTPS id b2sm19311486eep.9.2013.01.20.13.31.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Jan 2013 13:31:16 -0800 (PST) Message-ID: <50FC6217.9070008@gmail.com> Date: Sun, 20 Jan 2013 22:31:03 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: hidden timeout, only Esc key works References: <35ECF6FB-C8A0-4E94-9D42-9C8BF29DB4E2@colorremedies.com> <20130104115950.011576f0@opensuse.site> In-Reply-To: <20130104115950.011576f0@opensuse.site> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig41DE03D6A731F85A1150ADB4" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.170 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 21:31:22 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig41DE03D6A731F85A1150ADB4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Committed, thanks. On 04.01.2013 08:59, Andrey Borzenkov wrote: > diff --git a/ChangeLog b/ChangeLog > index a28a1f7..386f4b3 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2013-01-04 Andrey Borzenkov > + > + * docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEOUT > + is interrupted by ESC. > + > 2013-01-03 Vladimir Serbinenko > =20 > * util/grub.d/10_kfreebsd.in: Correct the patch to zpool.cache as it'= s > diff --git a/docs/grub.texi b/docs/grub.texi > index e23cecc..958a123 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi > @@ -1201,11 +1201,12 @@ immediately without displaying the menu, or to = @samp{-1} to wait > indefinitely. > =20 > @item GRUB_HIDDEN_TIMEOUT > -Wait this many seconds for a key to be pressed before displaying the m= enu. > -If no key is pressed during that time, display the menu for the number= of > +Wait this many seconds for @key{ESC} to be pressed before displaying t= he menu. > +If no @key{ESC} is pressed during that time, display the menu for the = number of > seconds specified in GRUB_TIMEOUT before booting the default entry. We= expect > that most people who use GRUB_HIDDEN_TIMEOUT will want to have GRUB_TI= MEOUT set=20 > -to @samp{0} so that the menu is not displayed at all unless a key is p= ressed. > +to @samp{0} so that the menu is not displayed at all unless @key{ESC} = is > +pressed. > Unset by default. > =20 > @item GRUB_HIDDEN_TIMEOUT_QUIET --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig41DE03D6A731F85A1150ADB4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAlD8YhcACgkQNak7dOguQgnBvgEAi4PK+40LudmAbbdm9PgKTJ7n 2Onor6bAHKygP2CAL4cBALf42NMGDe69/H7t2YlvLGTYsI18bJWznoGP5+TpJpXc =1epB -----END PGP SIGNATURE----- --------------enig41DE03D6A731F85A1150ADB4--