mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
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.
This commit is contained in:
parent
3459058062
commit
485dd93ff1
1 changed files with 1 additions and 1 deletions
|
@ -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 \\\
|
||||
|
|
Loading…
Reference in a new issue