From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VmRkc-0006tg-S6 for mharc-grub-devel@gnu.org; Fri, 29 Nov 2013 12:21:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmRkZ-0006s6-8a for grub-devel@gnu.org; Fri, 29 Nov 2013 12:21:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmRkY-000753-46 for grub-devel@gnu.org; Fri, 29 Nov 2013 12:21:07 -0500 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:33723 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmRkX-00074t-UX for grub-devel@gnu.org; Fri, 29 Nov 2013 12:21:06 -0500 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1VmRkX-0000t2-6x for grub-devel@gnu.org; Fri, 29 Nov 2013 17:21:05 +0000 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1VmRkQ-0001WA-0e for grub-devel@gnu.org; Fri, 29 Nov 2013 17:20:58 +0000 Date: Fri, 29 Nov 2013 17:20:56 +0000 From: Colin Watson To: The development of GNU GRUB Subject: Re: [RFC][PATCH] Allow hotkeys to interrupt hidden menu Message-ID: <20131129172056.GH16321@riva.ucam.org> References: <20131127234057.GA23139@riva.ucam.org> <20131128023056.GA19545@riva.ucam.org> <20131128110428.GA9590@riva.ucam.org> <52974E75.2060003@gmail.com> <20131129161845.GG16321@riva.ucam.org> <20131129205603.1a2b6fa7@opensuse.site> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131129205603.1a2b6fa7@opensuse.site> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:ba8:1e3:: 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 17:21:08 -0000 On Fri, Nov 29, 2013 at 08:56:03PM +0400, Andrey Borzenkov wrote: > В Fri, 29 Nov 2013 16:18:45 +0000 > Colin Watson пишет: > > +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" :) Fixed, thanks. http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=f70ab525f941fc24cd721720751e2f0ff283b17c -- Colin Watson [cjwatson@ubuntu.com]