Enable "read" module

Resolves: #2071644
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-04-13 15:13:22 +00:00
parent 2e106f9a3e
commit 6c2cc46451
2 changed files with 6 additions and 2 deletions

View file

@ -416,7 +416,7 @@ GRUB_MODULES=" all_video boot blscfg btrfs \\\
loadenv loopback linux lvm lsefi lsefimmap luks \\\
luks2 mdraid09 mdraid1x minicmd net \\\
normal part_apple part_msdos part_gpt \\\
password_pbkdf2 pgp png reboot \\\
password_pbkdf2 pgp png read reboot \\\
regexp search search_fs_uuid search_fs_file \\\
search_label serial sleep syslinuxcfg test tftp \\\
version video xfs zstd " \

View file

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 34%{?dist}
Release: 35%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
@ -529,6 +529,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif
%changelog
* Wed Apr 13 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-35
- Enable "read" module
- Resolves: #2071644
* Tue Apr 12 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-34
- Bump for requirements updates; no code changes