prepare final 2.06 release

This commit is contained in:
Christian Hesse
2021-06-08 20:00:12 +00:00
parent f08206d639
commit ec3717c8b7
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,8 @@ post_upgrade() {
fi
# https://md.archlinux.org/F1JuYj5xQtWyhvH8_ilErg#
cat <<EOM
if [[ -e /sys/firmware/efi/efivars ]]; then
cat <<EOM
:: Recent versions of grub may fail to boot with secure boot enabled. The
message will look like this:
> error: verification requested but nobody cares:
@ -17,6 +18,7 @@ post_upgrade() {
Handle installation to UEFI with care and be prepared!
For details see: https://md.archlinux.org/F1JuYj5xQtWyhvH8_ilErg#
EOM
fi
}
post_install() {