mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-12-01 00:48:18 +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 \\\
|
gfxmenu gfxterm gzio \\\
|
||||||
halt hfsplus http increment iso9660 jpeg \\\
|
halt hfsplus http increment iso9660 jpeg \\\
|
||||||
loadenv loopback linux lvm lsefi lsefimmap luks \\\
|
loadenv loopback linux lvm lsefi lsefimmap luks \\\
|
||||||
mdraid09 mdraid1x minicmd net \\\
|
luks2 mdraid09 mdraid1x minicmd net \\\
|
||||||
normal part_apple part_msdos part_gpt \\\
|
normal part_apple part_msdos part_gpt \\\
|
||||||
password_pbkdf2 pgp png reboot \\\
|
password_pbkdf2 pgp png reboot \\\
|
||||||
regexp search search_fs_uuid search_fs_file \\\
|
regexp search search_fs_uuid search_fs_file \\\
|
||||||
|
|
Loading…
Reference in a new issue