:Add gfxterm_background and serial modules to grub.efi

This commit is contained in:
yueyuankun 2024-06-19 15:03:17 +08:00
parent db418b5e9c
commit 16ede924d7
2 changed files with 9 additions and 3 deletions

View File

@ -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}}} \

View File

@ -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 <yueyuankun@kylinos.cn> - 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 <wangziliang@kylinos.cn> - 1:2.12-16
- Type:bugfix
- CVE:NA