reenable systemd-boot and firmware for aarch64

This commit is contained in:
Tobias Powalowski 2023-08-04 13:46:12 +02:00
parent ae7c158633
commit f8db36abb8

View file

@ -949,7 +949,7 @@ _install_bootloader_uefi() {
# aarch64 is broken for UKI and systemd-boot
# https://github.com/systemd/systemd/issues/27837
# https://sourceforge.net/p/gnu-efi/bugs/37/
if [[ -n "${_UEFI_SECURE_BOOT}" || "${_RUNNING_ARCH}" == "aarch64" ]]; then
if [[ -n "${_UEFI_SECURE_BOOT}" ]]; then
_do_grub_uefi
else
_dialog --title " ${_UEFI_ARCH} UEFI Bootloader " --menu "" 8 40 2 \