mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
grub.macros: Include f2fs in GRUB_MODULES
Enable GRUB to read F2FS filesystems.
This commit is contained in:
parent
7a89121a6a
commit
b3517ee38d
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ rm -f %{1}.conf \
|
||||||
%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 cryptodisk \\\
|
cat configfile cryptodisk \\\
|
||||||
echo efi_netfs efifwsetup efinet ext2 \\\
|
echo efi_netfs efifwsetup efinet ext2 f2fs \\\
|
||||||
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
||||||
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
||||||
gfxmenu gfxterm gzio \\\
|
gfxmenu gfxterm gzio \\\
|
||||||
|
|
Loading…
Reference in a new issue