From dd3a6e2f51be55b222271522de15a1b862485bba Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Wed, 19 Jun 2024 15:03:17 +0800 Subject: [PATCH] :Add gfxterm_background and serial modules to grub.efi (cherry picked from commit 16ede924d72eb579e3fc5a58eead2146a4bad170) --- grub.macros | 4 ++-- grub2.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/grub.macros b/grub.macros index 056e128..48a3dc3 100644 --- a/grub.macros +++ b/grub.macros @@ -444,14 +444,14 @@ GRUB_MODULES=" all_video boot btrfs \\\ echo efifwsetup efinet ext2 f2fs \\\ fat font gcry_rijndael gcry_rsa gcry_serpent \\\ gcry_sha256 gcry_twofish gcry_whirlpool \\\ - gfxmenu gfxterm gzio \\\ + gfxmenu gfxterm gfxterm_background gzio \\\ halt http iso9660 jpeg \\\ loadenv loopback linux lvm lsefi lsefimmap luks \\\ luks2 mdraid09 mdraid1x minicmd net \\\ normal part_apple part_msdos part_gpt \\\ password_pbkdf2 png reboot \\\ search search_fs_uuid search_fs_file \\\ - search_label sleep test tftp \\\ + search_label serial sleep test tftp \\\ video xfs " \ GRUB_MODULES+=%{efi_modules} \ %{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \ diff --git a/grub2.spec b/grub2.spec index deffc24..cf8fb66 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 16 +Release: 17 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 +* Wed Jun 19 2024 yueyuankun - 1:2.12-17 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:Add gfxterm_background and serial modules to grub.efi + * Mon Jun 17 2024 wangziliang - 1:2.12-16 - Type:bugfix - CVE:NA -- Gitee