This commit is contained in:
Tobias Powalowski 2023-01-21 15:41:36 +01:00
parent 26e2e383cf
commit 773039f4ac

View file

@ -403,7 +403,7 @@ _do_efistub_uefi() {
_ADDITIONAL_BOOTLOADER="rEFInd" _ADDITIONAL_BOOTLOADER="rEFInd"
_ADDITIONAL_BOOTLOADER_DESC="rEFInd for ${_UEFI_ARCH} UEFI" _ADDITIONAL_BOOTLOADER_DESC="rEFInd for ${_UEFI_ARCH} UEFI"
fi fi
_dialog --menu "Select which UEFI Boot Manager to install, to provide a menu for the EFISTUB kernels?" 11 55 3 \ _dialog --menu "Select which UEFI Boot Manager to install, to provide a menu for the EFISTUB kernels?" 11 60 3 \
"SYSTEMD-BOOT" "SYSTEMD-BOOT for ${_UEFI_ARCH} UEFI" \ "SYSTEMD-BOOT" "SYSTEMD-BOOT for ${_UEFI_ARCH} UEFI" \
"FIRMWARE" "Unified Kernel Image for ${_UEFI_ARCH} UEFI" \ "FIRMWARE" "Unified Kernel Image for ${_UEFI_ARCH} UEFI" \
"${_ADDITIONAL_BOOTLOADER}" "${_ADDITIONAL_BOOTLOADER_DESC}" 2>"${_ANSWER}" "${_ADDITIONAL_BOOTLOADER}" "${_ADDITIONAL_BOOTLOADER_DESC}" 2>"${_ANSWER}"