From 6ee8f233ac8f39b46d4956feeddd86efe2475f9b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 10 Apr 2024 09:27:52 +0200 Subject: [PATCH] place check to correct place --- usr/lib/archboot/installer/bootloader.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 5d444c90e..58c468c31 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -189,9 +189,8 @@ _efistub_parameters() { _efistub_uefi() { _uefi_common || return 1 - _common_bootloader_checks - _check_bootpart _efistub_parameters + _common_bootloader_checks if [[ "${_RUNNING_ARCH}" == "x86_64" && -z "${_EFI_MIXED}" ]]; then _dialog --title " EFISTUB " --menu "" 10 60 3 \ "FIRMWARE" "Unified Kernel Image for ${_UEFI_ARCH} UEFI" \