From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VkDQJ-0004Gf-HL for mharc-grub-devel@gnu.org; Sat, 23 Nov 2013 08:38:59 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkDQ9-0004D0-35 for grub-devel@gnu.org; Sat, 23 Nov 2013 08:38:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkDPx-0005m2-Ew for grub-devel@gnu.org; Sat, 23 Nov 2013 08:38:49 -0500 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:42458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkDPx-0005lu-6V for grub-devel@gnu.org; Sat, 23 Nov 2013 08:38:37 -0500 Received: by mail-lb0-f169.google.com with SMTP id y6so1940241lbh.0 for ; Sat, 23 Nov 2013 05:38:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=1ShwNPaa4eugvqjTK/Tui91OoNcwlufyIT5RwFF91yA=; b=IzQB7P30dOmtctMbJZtd6NR1dPJTDorR0OJtXuKSN2SPTsdTGtbZp55YrP9r1hlb0M HBQAe4JNOiiEYIy8jh41SQ1nCoVN6gOfRiqLv39AbpgJxaF/8mcZ06MFpOsZ+VZIa/7E C7sYTpMzEtZi71/wHtKJxd+doDhGHJXqFa78OCmqjlbcQMfaTvUprhbB2qix+pfnqVl1 llJIQYQlUIMgUq/I3mSGG/0pMeBcIu+f6DqA4PktA9s8N1VnOj7m2EeFDZwsVBfUqXrm cZXMTEgPFIuT2P2Pj36sSVgCF+Vc/p8/fonru7onI8qqe+2QLmfXf62qVZVMuL5qyqvM pJbw== X-Received: by 10.112.219.99 with SMTP id pn3mr13427643lbc.24.1385213915481; Sat, 23 Nov 2013 05:38:35 -0800 (PST) Received: from opensuse.site (ppp91-76-170-113.pppoe.mtu-net.ru. [91.76.170.113]) by mx.google.com with ESMTPSA id l10sm30570526lbh.13.2013.11.23.05.38.34 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 23 Nov 2013 05:38:34 -0800 (PST) Date: Sat, 23 Nov 2013 17:38:33 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: [PATCH] Enable grub-install --no-nvram option for EFI targets Message-ID: <20131123173833.3ea3f71d@opensuse.site> In-Reply-To: References: 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:c04::229 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: Sat, 23 Nov 2013 13:38:57 -0000 В Fri, 22 Nov 2013 01:01:05 +0530 Keshav Padram Amburay пишет: > N_("don't update the `boot-device' NVRAM variable. " > - "This option is only available on IEEE1275 targets."), 2}, > + "This option is only available on EFI and IEEE1275 targets."), 2}, Note that option description is now incorrect. There is no boot-device on EFI. Could you change wording to be a bit more generic?