S_BOOTLOADER=1 on UKI

This commit is contained in:
Tobias Powalowski 2023-01-23 16:30:45 +01:00
parent 7fa6812877
commit cf5f67f086

View file

@ -521,7 +521,7 @@ _do_uki_uefi() {
cp -f "${_DESTDIR}/${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi" "${_DESTDIR}/${_UEFISYS_MP}/EFI/BOOT/BOOT${_UEFI_ARCH}.EFI" cp -f "${_DESTDIR}/${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi" "${_DESTDIR}/${_UEFISYS_MP}/EFI/BOOT/BOOT${_UEFI_ARCH}.EFI"
_dialog --infobox "Unified Kernel Image has been setup successfully.\nContinuing in 5 seconds..." 4 60 _dialog --infobox "Unified Kernel Image has been setup successfully.\nContinuing in 5 seconds..." 4 60
sleep 5 sleep 5
# not a bootloader, no need to copy kernel and other files to ESP _S_BOOTLOADER=1
else else
_dialog --msgbox "Error setting up Unified Kernel Image." 3 40 _dialog --msgbox "Error setting up Unified Kernel Image." 3 40
fi fi