From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Encrypted root partition Date: Wed, 23 Nov 2016 23:31:26 +0100 Message-ID: <87vavd3k1t.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]:47681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9g4j-0007kl-Ru for guix-devel@gnu.org; Wed, 23 Nov 2016 17:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9g4e-0000Ry-QQ for guix-devel@gnu.org; Wed, 23 Nov 2016 17:31:33 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9g4e-0000Rr-Ms for guix-devel@gnu.org; Wed, 23 Nov 2016 17:31:28 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:53368 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1c9g4e-0008F8-3i for guix-devel@gnu.org; Wed, 23 Nov 2016 17:31:28 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello Guix! In case you missed it, GuixSD now supports LUKS-encrypted root partitions, finally! https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21843#48 And there=E2=80=99s a system test, which can also serve as an example for p= eople who want to test it: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/tests/install.scm#n392 The test is pretty fun because it resorts to OCR on QEMU screenshots to determine when it can enter the passphrase (when booting the installed system). http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/tests/install.scm#n456 http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/build/marionette.scm#n= 177 It should turn green on Hydra when it gets to run it: https://hydra.gnu.org/job/gnu/master/test.encrypted-root-os.x86_64-linux In the meantime, you can always run: make check-system TESTS=3Dencrypted-root-os Now we need documentation. Petter had submitted a patch back in February(!) so I guess I=E2=80=99ll start from there and see if any adjustm= ents need to be made. Feedback welcome! Ludo=E2=80=99.