diff --git a/grub.macros b/grub.macros index 03f702493d5510fe853468fa21e14452102d4ce4..f9b66b7813fa89887d6995ccb45ecf5a08d93f4c 100644 --- a/grub.macros +++ b/grub.macros @@ -452,7 +452,7 @@ GRUB_MODULES=" all_video boot btrfs \\\ password_pbkdf2 png reboot \\\ search search_fs_uuid search_fs_file \\\ search_label sleep test tftp \\\ - video xfs " \ + video xfs mdraid1x " \ GRUB_MODULES+=%{efi_modules} \ %{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \ %{nil} diff --git a/grub2.spec b/grub2.spec index b21aa7d4daf330400edae6076242eeedb2df86fc..f2920f68d2365af466345affa7be1ad994d22c25 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 8 +Release: 9 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -447,6 +447,12 @@ fi %{_datadir}/man/man* %changelog +* Mon Apr 29 2024 yueyuankun - 1:2.12-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix the issue of boot failed on md raid disks + * Tue Apr 9 2024 zhangqiumiao - 1:2.12-8 - Type:bugfix - CVE:NA