From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VmRMZ-0003I3-Ro for mharc-grub-devel@gnu.org; Fri, 29 Nov 2013 11:56:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmRMS-000335-9r for grub-devel@gnu.org; Fri, 29 Nov 2013 11:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmRMM-0006KE-MU for grub-devel@gnu.org; Fri, 29 Nov 2013 11:56:12 -0500 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:63972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmRMM-0006Jz-F9 for grub-devel@gnu.org; Fri, 29 Nov 2013 11:56:06 -0500 Received: by mail-la0-f51.google.com with SMTP id ec20so6949136lab.38 for ; Fri, 29 Nov 2013 08:56:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Jruj2lJs22KCwrqqi22rBCMowBQFAZyYEwJNdnohm/4=; b=iVxpQL99ERVAWmHLDi1K/3DlK/viHfIzl+h6rXxytA2tQQMHBKA8aBkMQipWWm9y8Z g+e+mFjcLlXw6f3Sy6tWvo13KppYnRmjcmL2Su4KqbTScWVZao08dHIJJ1HGTd9ikOr9 38b8jB8Q/wro75TkmH9FIhcxjW0sDsbyNDx0R2v8R9InLINnK2iGYhhTFAXgYnE8GXyA kGJA3CATwD/HAMjjRLqpcv00rUIhSujpCCtwnKoc+DXdKPJyVd4ALrujJYdoFWeN9Mjk GkdmNW/e5n4Ya9yUhP2NO3fQA5Qqpdec4o5w18+7LTgTo0E40el0psMR2IKaoXXlt3kL KHGA== X-Received: by 10.152.22.131 with SMTP id d3mr1061802laf.52.1385744165277; Fri, 29 Nov 2013 08:56:05 -0800 (PST) Received: from opensuse.site (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id i8sm23233686lbh.2.2013.11.29.08.56.04 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 29 Nov 2013 08:56:04 -0800 (PST) Date: Fri, 29 Nov 2013 20:56:03 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu Message-ID: <20131129205603.1a2b6fa7@opensuse.site> In-Reply-To: <20131129161845.GG16321@riva.ucam.org> References: <20130911133129.GB10979@riva.ucam.org> <20131127234057.GA23139@riva.ucam.org> <20131128023056.GA19545@riva.ucam.org> <20131128110428.GA9590@riva.ucam.org> <52974E75.2060003@gmail.com> <20131129161845.GG16321@riva.ucam.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 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: Fri, 29 Nov 2013 16:56:18 -0000 В Fri, 29 Nov 2013 16:18:45 +0000 Colin Watson пишет: > This variable is often set by @samp{GRUB_TIMEOUT} or > @samp{GRUB_HIDDEN_TIMEOUT} (@pxref{Simple configuration}). > +Some laptop vendors provide an additional power-on button which boots > +another OS. GRUB supports such buttons with the @samp{GRUB_TIMEOUT_BUTTON}, > +@samp{GRUB_TIMEOUT_STYLE_BUTTON}, @samp{GRUB_DEFAULT_BUTTON}, > +@samp{GRUB_HIDDEN_TIMEOUT_BUTTON} and @samp{GRUB_BUTTON_CMOS_ADDRESS} > +variables in default/grub (@pxref{Simple configuration}). > +@samp{GRUB_TIMEOUT_BUTTON}, @samp{GRUB_TIMEOUT_STYLE_BUTTON}, > +@samp{GRUB_DEFAULT_BUTTON}, and @samp{GRUB_HIDDEN_TIMEOUT_BUTTON} are used Please do not mention (resp. remove) deprecated options here. This falls under "endorse usage" :)