From 485dd93ff13415ac142430884e4ab28b8d728a2a Mon Sep 17 00:00:00 2001 From: Austin Conatser Date: Thu, 17 Jun 2021 01:24:42 +0000 Subject: [PATCH] Add luks2 to GRUB_MODULES Enable limited luks2 support for the built images. Argon2 keys. the default used in cryptsetup for luks2, are not yet supported. --- grub.macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub.macros b/grub.macros index 7a1e479..ff5fee3 100644 --- a/grub.macros +++ b/grub.macros @@ -411,7 +411,7 @@ GRUB_MODULES=" all_video boot blscfg btrfs \\\ gfxmenu gfxterm gzio \\\ halt hfsplus http increment iso9660 jpeg \\\ loadenv loopback linux lvm lsefi lsefimmap luks \\\ - mdraid09 mdraid1x minicmd net \\\ + luks2 mdraid09 mdraid1x minicmd net \\\ normal part_apple part_msdos part_gpt \\\ password_pbkdf2 pgp png reboot \\\ regexp search search_fs_uuid search_fs_file \\\