From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aFHgOG+hp2FDHQAAgWs5BA (envelope-from ) for ; Wed, 01 Dec 2021 17:23:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id EPKvNG+hp2GLWQAA1q6Kng (envelope-from ) for ; Wed, 01 Dec 2021 16:23:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A618F2AEDD for ; Wed, 1 Dec 2021 17:23:11 +0100 (CET) Received: from localhost ([::1]:44608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msSNy-0007G7-Qa for larch@yhetil.org; Wed, 01 Dec 2021 11:23:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msSNq-0007D1-5H for guix-patches@gnu.org; Wed, 01 Dec 2021 11:23:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1msSNp-0007CN-U0 for guix-patches@gnu.org; Wed, 01 Dec 2021 11:23:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1msSNp-0008NP-Ny for guix-patches@gnu.org; Wed, 01 Dec 2021 11:23:01 -0500 Subject: bug#51514: [PATCH 0/2] Add support for LUKS2 root partition Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 01 Dec 2021 16:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51514 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josselin Poiret Cc: 51514-done@debbugs.gnu.org Mail-Followup-To: 51514@debbugs.gnu.org, ludo@gnu.org, dev@jpoiret.xyz Received: via spool by 51514-done@debbugs.gnu.org id=D51514.163837575032142 (code D ref 51514); Wed, 01 Dec 2021 16:23:01 +0000 Received: (at 51514-done) by debbugs.gnu.org; 1 Dec 2021 16:22:30 +0000 Received: from localhost ([127.0.0.1]:45396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSNK-0008MM-C2 for submit@debbugs.gnu.org; Wed, 01 Dec 2021 11:22:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msSNI-0008M9-Sg for 51514-done@debbugs.gnu.org; Wed, 01 Dec 2021 11:22:29 -0500 Received: from [2001:470:142:3::e] (port=56206 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msSND-00078X-M2; Wed, 01 Dec 2021 11:22:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=zR1XJO7GZPfbHhKWx9zRHAFk5mi6M2PREK3tTDoXOB4=; b=Q+6D2Jbc4cadMGwqByzu gbG0T2jpAJqfHfRTGp56q19ZzwQo+AVmRk7HujCmFiFTHEBZ2bNk6+xw5zOxnJH+AjqTWKtvqwQS6 U+y8peUgPPFRnd/2NurLmiLKtkViCgOOObNSzwtDntNAtWUywvyJhcG6Fjsj9sgyGFM6LPr/tibJJ /yrRlWuZXQjCIAo3ZSI3GLUoEU0rXcjJUzm+lVrkzAP8K3JG7pNzsOBngWAgdtkgKqnimS3T19Je8 seQbQmKakuET8eNpSB8WQ+xM2o8hK/q4byMjP8jnPmHJt4ekP1wv/QZdpr572U5mSMqfroEGFHzCH xURa5B0uTEjw+g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63162 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msSND-0006lW-Hp; Wed, 01 Dec 2021 11:22:23 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87h7chdmzh.fsf_-_@gnu.org> <20211115205341.9724-1-dev@jpoiret.xyz> Date: Wed, 01 Dec 2021 17:22:20 +0100 In-Reply-To: <20211115205341.9724-1-dev@jpoiret.xyz> (Josselin Poiret's message of "Mon, 15 Nov 2021 20:53:38 +0000") Message-ID: <87sfvc1eir.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638375791; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=zR1XJO7GZPfbHhKWx9zRHAFk5mi6M2PREK3tTDoXOB4=; b=A7CPAYSxhhEN7zpP4BUcisKXZ3fYYf9OLE5fWIKDG8/PzhOYT4xR5STNlb4EMZHMWyHGLQ JqFGke9gtoLKO325VDn7i0KTyepLVitz8ISF1UPCaMGtFu5VmfymaL6b+e35ZRyIiutI9e 0J2hY1Z5X3IvNWeCQUVk9Rte15pnU/pJoExow77QvQeBIe0apSWdZpdfI/xbBqO1ENbKrY 697xW4a0bXIDB7zQ+wW0CxGVVI0Kbf9mp/wQUB2UaDAgMRkjYkobcf5AWDjG5TvFmX5Sdj 4WKkYRjLthcOxxdKxJKdoW9KRBL9Se2/8wQzRRrO7kligQd3VQ9qUqcBBpdL5Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638375791; a=rsa-sha256; cv=none; b=bl2BnXdPptISSJYkgZU7c15t/d0Re1XKMqCJvNwrFAHor0+YOISDX0tjNj0BftT7Z5oXSC 7xGALwJpw/D26qCy1AZO7p/3r4vJvRB6VuGDzPkUllkUSwig6lfSyoNMdW4wn3dcCgMFo6 XNYppIlg7azqGkKeRoYMGgaab9iN+zvGOwPYZ5IwCV6tEMZf5ez7aiHcX80u3zD6M2hELN o8KYLuEy/cwGRBv9vVCEjxG6XmaSFbXT1u8kUtoCQWBEZv7cA+6eyWRt+w8RV9tKBAa3q3 BJ2AMWkB+fQi3JhplugI/gQtpBSTd08AHmFud31RdaM6/+tju0Xri+7asn4oSA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q+6D2Jbc; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.61 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q+6D2Jbc; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A618F2AEDD X-Spam-Score: -3.61 X-Migadu-Scanner: scn0.migadu.com X-TUID: PqKx7i1OSEWh Hello Josselin, Josselin Poiret skribis: > Here is an updated patchset, which includes the changes you suggested, > as well as update the installer to use LUKS2 by default (I tested it > in a VM and it works pretty well). I don't think there's any reason > not to use LUKS2 by default now that GRUB 2.06 supports it, and in any > case if there are specific needs they can be addressed by a manual > installation. > > Best, > > Josselin Poiret (3): > gnu: system: Add LUKS2 support for the root file system. > doc: Document LUKS2 GRUB support and shortcomings > installer: Make LUKS2 the default format for encrypted devices Applied it all after checking: make check-system TESTS=3Dencrypted-root-os Thank you! Ludo=E2=80=99.