:Add gfxterm_background and serial modules to grub.efi
This commit is contained in:
parent
db418b5e9c
commit
16ede924d7
@ -444,14 +444,14 @@ GRUB_MODULES=" all_video boot btrfs \\\
|
|||||||
echo efifwsetup efinet ext2 f2fs \\\
|
echo efifwsetup efinet ext2 f2fs \\\
|
||||||
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
fat font gcry_rijndael gcry_rsa gcry_serpent \\\
|
||||||
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
gcry_sha256 gcry_twofish gcry_whirlpool \\\
|
||||||
gfxmenu gfxterm gzio \\\
|
gfxmenu gfxterm gfxterm_background gzio \\\
|
||||||
halt http iso9660 jpeg \\\
|
halt http iso9660 jpeg \\\
|
||||||
loadenv loopback linux lvm lsefi lsefimmap luks \\\
|
loadenv loopback linux lvm lsefi lsefimmap luks \\\
|
||||||
luks2 mdraid09 mdraid1x minicmd net \\\
|
luks2 mdraid09 mdraid1x minicmd net \\\
|
||||||
normal part_apple part_msdos part_gpt \\\
|
normal part_apple part_msdos part_gpt \\\
|
||||||
password_pbkdf2 png reboot \\\
|
password_pbkdf2 png reboot \\\
|
||||||
search search_fs_uuid search_fs_file \\\
|
search search_fs_uuid search_fs_file \\\
|
||||||
search_label sleep test tftp \\\
|
search_label serial sleep test tftp \\\
|
||||||
video xfs " \
|
video xfs " \
|
||||||
GRUB_MODULES+=%{efi_modules} \
|
GRUB_MODULES+=%{efi_modules} \
|
||||||
%{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \
|
%{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 16
|
Release: 17
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
@ -447,6 +447,12 @@ fi
|
|||||||
%{_datadir}/man/man*
|
%{_datadir}/man/man*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 17 2024 wangziliang <wangziliang@kylinos.cn> - 1:2.12-16
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user