mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
grub.macros: Include f2fs in GRUB_MODULES
Enable GRUB to read F2FS filesystems.
This commit is contained in:
parent
6dc8b4a57a
commit
6d09d20265
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ rm -f %{1}.conf \
|
|||
%define do_efi_build_images() \
|
||||
GRUB_MODULES=" all_video boot blscfg btrfs \\\
|
||||
cat configfile cryptodisk \\\
|
||||
echo efi_netfs efifwsetup efinet ext2 \\\
|
||||
echo efi_netfs efifwsetup efinet ext2 f2fs \\\
|
||||
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
||||
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
||||
gfxmenu gfxterm gzio \\\
|
||||
|
|
Loading…
Reference in a new issue