Includes security modules in Grub2 EFI builds
Satisfies https://fedoraproject.org/wiki/Changes/Include_security_modules_in_efi_Grub2 Resolves: rhbz#1722938
This commit is contained in:
parent
f2b28b651f
commit
300c372004
10
grub.macros
10
grub.macros
@ -387,17 +387,19 @@ done \
|
|||||||
|
|
||||||
%define do_efi_build_images() \
|
%define do_efi_build_images() \
|
||||||
GRUB_MODULES=" all_video boot blscfg btrfs \\\
|
GRUB_MODULES=" all_video boot blscfg btrfs \\\
|
||||||
cat configfile \\\
|
cat configfile cryptodisk \\\
|
||||||
echo efi_netfs efifwsetup efinet ext2 \\\
|
echo efi_netfs efifwsetup efinet ext2 \\\
|
||||||
fat font gfxmenu gfxterm gzio \\\
|
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
||||||
|
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
||||||
|
gfxmenu gfxterm gzio \\\
|
||||||
halt hfsplus http increment iso9660 jpeg \\\
|
halt hfsplus http increment iso9660 jpeg \\\
|
||||||
loadenv loopback linux lvm lsefi lsefimmap \\\
|
loadenv loopback linux lvm lsefi lsefimmap luks \\\
|
||||||
mdraid09 mdraid1x minicmd net \\\
|
mdraid09 mdraid1x minicmd net \\\
|
||||||
normal part_apple part_msdos part_gpt \\\
|
normal part_apple part_msdos part_gpt \\\
|
||||||
password_pbkdf2 png reboot \\\
|
password_pbkdf2 png reboot \\\
|
||||||
search search_fs_uuid search_fs_file \\\
|
search search_fs_uuid search_fs_file \\\
|
||||||
search_label serial sleep syslinuxcfg test tftp \\\
|
search_label serial sleep syslinuxcfg test tftp \\\
|
||||||
version video xfs" \
|
verify version video xfs" \
|
||||||
GRUB_MODULES+=%{efi_modules} \
|
GRUB_MODULES+=%{efi_modules} \
|
||||||
%{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \
|
%{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user