From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21843: Generated grub.cfg does not support encrypted roots Date: Mon, 18 Apr 2016 01:29:22 +0200 Message-ID: <87potnlsq5.fsf@gnu.org> References: <87twozi0ql.fsf@gnu.org> <20160308192104.GA22722@solar> <20160308193309.GA2251@solar> <8760wuy9mt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arw8p-0000wv-Ii for bug-guix@gnu.org; Sun, 17 Apr 2016 19:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arw8m-0005Ib-Am for bug-guix@gnu.org; Sun, 17 Apr 2016 19:30:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arw8m-0005IO-8d for bug-guix@gnu.org; Sun, 17 Apr 2016 19:30:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1arw8g-0006TF-C0 for bug-guix@gnu.org; Sun, 17 Apr 2016 19:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8760wuy9mt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 10 Mar 2016 10:17:46 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 21843@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Furthermore, to allow users to specify a LUKS UUID as the =E2=80=98source= =E2=80=99 of > their =E2=80=98mapped-device=E2=80=99 form, as in: > > (mapped-device > (source (uuid "cb67fc72-0d54-4c88-9d4b-b225f30b0f44")) ;LUKS UUID > (target "root") > (type luks-device-mapping)) > > we=E2=80=99d have to extend with a method to resolve= UUIDs > (in this case, to map a UUID to a /dev node.) Commit ffba7d498d36618ad21af3961a1a685ae91bae57 makes it possible, building on =E2=80=98find-partition-by-luks-uuid=E2=80=99 added in a1ccefaa122df7c0045eda1fe6b65d83b65ed238. (Tested on my system where /home is LUKS-encrypted.) Ludo=E2=80=99.