mbox series

[bug#51514,v2,0/3] Add support for LUKS2 root partition

Message ID 20211115205341.9724-1-dev@jpoiret.xyz
Headers show
Series Add support for LUKS2 root partition | expand

Message

Josselin Poiret Nov. 15, 2021, 8:53 p.m. UTC
Hello again Ludovic,

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

 doc/guix.texi                 | 22 +++++++++++++++++-----
 gnu/bootloader/grub.scm       |  3 +--
 gnu/installer/parted.scm      |  5 +++--
 gnu/system/mapped-devices.scm | 10 ++++++++--
 4 files changed, 29 insertions(+), 11 deletions(-)