!419 在grub.efi中添加 gfxterm_background serial 模块

From: @yue-yuankun 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2024-06-20 01:40:37 +00:00 committed by Gitee
commit 0aed0a2164
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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