From 4d14ec87cfdc26b5b9248a0032969e5b07456687 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 19 Mar 2023 10:47:59 +0100 Subject: [PATCH] fix EFI --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 0386625d8..ed368e153 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -500,7 +500,7 @@ fi cat << CONFEOF >> "${_DESTDIR}/etc/ukify.conf" CMDLINE=/etc/kernel/cmdline SPLASH=/usr/share/systemd/bootctl/splash-arch.bmp -EFI=${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi +EFI=/${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi CONFEOF cat << CONFEOF > "${_DESTDIR}/etc/systemd/system/ukify.path" [Unit]