forked from pool/grub2
Accepting request 892145 from home:michael-chang:branches:Base:System
- Fix plaintext password in grub config didn't work to unlock menu entry if enabling secure boot in UEFI (bsc#1181892) OBS-URL: https://build.opensuse.org/request/show/892145 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=383
This commit is contained in:
parent
b679c30cab
commit
8548127eeb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 11 02:14:06 UTC 2021 - Michael Chang <mchang@suse.com>
|
||||||
|
|
||||||
|
- Fix plaintext password in grub config didn't work to unlock menu entry if
|
||||||
|
enabling secure boot in UEFI (bsc#1181892)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 23 03:27:37 UTC 2021 - Michael Chang <mchang@suse.com>
|
Fri Apr 23 03:27:37 UTC 2021 - Michael Chang <mchang@suse.com>
|
||||||
|
|
||||||
|
@ -874,7 +874,7 @@ FS_MODULES="btrfs ext2 xfs jfs reiserfs"
|
|||||||
CD_MODULES=" all_video boot cat chain configfile echo true \
|
CD_MODULES=" all_video boot cat chain configfile echo true \
|
||||||
efinet font gfxmenu gfxterm gzio halt iso9660 \
|
efinet font gfxmenu gfxterm gzio halt iso9660 \
|
||||||
jpeg minicmd normal part_apple part_msdos part_gpt \
|
jpeg minicmd normal part_apple part_msdos part_gpt \
|
||||||
password_pbkdf2 png reboot search search_fs_uuid \
|
password password_pbkdf2 png reboot search search_fs_uuid \
|
||||||
search_fs_file search_label sleep test video fat loadenv"
|
search_fs_file search_label sleep test video fat loadenv"
|
||||||
PXE_MODULES="efinet tftp http"
|
PXE_MODULES="efinet tftp http"
|
||||||
CRYPTO_MODULES="luks gcry_rijndael gcry_sha1 gcry_sha256"
|
CRYPTO_MODULES="luks gcry_rijndael gcry_sha1 gcry_sha256"
|
||||||
|
Loading…
Reference in New Issue
Block a user