From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WXDIl-0005XB-W5 for mharc-grub-devel@gnu.org; Mon, 07 Apr 2014 13:25:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXDIj-0005LW-JR for grub-devel@gnu.org; Mon, 07 Apr 2014 13:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXDIi-0007dx-NZ for grub-devel@gnu.org; Mon, 07 Apr 2014 13:25:41 -0400 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:45993 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXDIi-0007dp-FX for grub-devel@gnu.org; Mon, 07 Apr 2014 13:25:40 -0400 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 1WXDIg-0007my-TI; Mon, 07 Apr 2014 18:25:39 +0100 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 1WXDIf-00028w-FQ; Mon, 07 Apr 2014 18:25:37 +0100 Date: Mon, 7 Apr 2014 18:25:36 +0100 From: Colin Watson To: The development of GNU GRUB Subject: Re: [PATCH] Clarify "Press any key to continue..." message Message-ID: <20140407172536.GA8150@riva.ucam.org> References: <20140403142317.GT32733@riva.ucam.org> <533D912E.6060102@redhat.com> <20140403165257.GU32733@riva.ucam.org> <20140403211545.7fc266ec@opensuse.site> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140403211545.7fc266ec@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:: Cc: Prarit Bhargava 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: Mon, 07 Apr 2014 17:25:42 -0000 On Thu, Apr 03, 2014 at 09:15:45PM +0400, Andrey Borzenkov wrote: > В Thu, 3 Apr 2014 17:52:57 +0100 > Colin Watson пишет: > > Seems like a lot of effort. The actual delay is 2.5 seconds > > May be I misunderstand it, but how 10000ms becomes 2.5 seconds? Sorry, I was looking at DEFAULT_ENTRY_ERROR_DELAY_MS at the top of that file and didn't notice that grub_wait_after_message actually uses a different delay. (A countdown here still seems to me like code we don't need, though.) -- Colin Watson [cjwatson@ubuntu.com]