From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VOQ23-0006pI-9P for mharc-grub-devel@gnu.org; Tue, 24 Sep 2013 06:39:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQ1x-0006ii-G4 for grub-devel@gnu.org; Tue, 24 Sep 2013 06:39:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOQ1o-0005JV-HH for grub-devel@gnu.org; Tue, 24 Sep 2013 06:39:45 -0400 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:59697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQ1o-0005JE-72 for grub-devel@gnu.org; Tue, 24 Sep 2013 06:39:36 -0400 Received: by mail-la0-f41.google.com with SMTP id ec20so3466222lab.14 for ; Tue, 24 Sep 2013 03:39:34 -0700 (PDT) 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=+j4NifhWls0j1nhbPRnmII/d2ZbhcH0t93HHt5L7efw=; b=JsWJoNwg7lg3KsaUrhMGYqBzPBOB6HhiyALRgfE89bwNp6enXFZZPSacCzW84rS5BU MIwOoDvFuh5YDWuDmDj3BmTgo//uP9VYwb56g79c6FqLl76itTSesnx8V+lLKEppiWek LlW4s3Uh8C22UL9SLJy/JNgHr6kFAc0tk+inrXKY6vE9flQOqkn9viojLQjsVw3DeYIW WXRqETCVIh2hygoreT1XZfttyFtJMHsDeNVCzQItn4XNV0dcHGinzEKF3M+GnaA95I7Y zE9xZXQqguBK2FKZUPb05gpXdfzpxLVG/mYdOLT3iDCJCYVXZbxliiXQBlRVq0c5zG20 9Q0g== X-Received: by 10.152.2.4 with SMTP id 4mr24554217laq.0.1380019174702; Tue, 24 Sep 2013 03:39:34 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id ac2sm14891603lbc.10.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 24 Sep 2013 03:39:34 -0700 (PDT) Date: Tue, 24 Sep 2013 14:39:33 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: GRUB_CRYPTODISK_ENABLE undocumented Message-ID: <20130924143933.2f133939@opensuse.site> In-Reply-To: References: <20130329164335.6d89ab0a@opensuse.site> X-Mailer: Claws Mail 3.9.0 (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::229 Cc: mchang@suse.com 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: Tue, 24 Sep 2013 10:39:50 -0000 В Wed, 28 Aug 2013 15:04:44 +0800 Michael Chang пишет: > Hi Andrey, > > 2013/3/29 Andrey Borzenkov : > > Is it intentional? I hit it when testing grub on encrypted partition. > > When no, I'll submit a patch. > > Do you have any progress on this? Besides document it, IMHO why not we > consider to remove it or make it default enable to receive more > testing from downstream ? Is there any consequence to enable it or > because it's not officially supported yet? > > Even if it's immature, more testing is welcome to get all bugs sorted > and resolved. > Well, I'm not sure which progress can be. I do not have any preference whether it should be default or not, I just think it should be documented. Vladimir, is it OK? From: Andrey Borzenkov To: grub-devel@gnu.org Subject: [PATCH] document GRUB_ENABLE_CRYPTODISK configuration option Signed-off-by: Andrey Borzenkov --- docs/grub.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index 574f602..9903a36 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1354,6 +1354,12 @@ Normally, @command{grub-mkconfig} will try to use the external systems installed on the same system and generate appropriate menu entries for them. Set this option to @samp{true} to disable this. +@item GRUB_ENABLE_CRYPTODISK +If set to @samp{y}, @command{grub-mkconfig} and @command{grub-install} will +check for encrypted disks and generate additional commands needed to access +them during boot. Note that in this case unattended boot is not possible +because GRUB will wait for passphrase to unlock encrypted container. + @item GRUB_INIT_TUNE Play a tune on the speaker when GRUB starts. This is particularly useful for users unable to see the screen. The value of this option is passed -- tg: (321e011..) u/crypto_eable (depends on: master)