From c71e40d847753b42a153bbcfe340deb68061dc76 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 14 May 2016 01:06:06 +0200 Subject: [PATCH] [util-iso-boot] proper loader name --- lib/util-iso-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-iso-boot.sh b/lib/util-iso-boot.sh index 232c397..32c2084 100644 --- a/lib/util-iso-boot.sh +++ b/lib/util-iso-boot.sh @@ -59,7 +59,7 @@ gen_boot_image(){ copy_efi_loaders(){ msg2 "Copying efi loaders ..." - cp $1/usr/lib/efitools/PreLoader.efi $2/bootx64.efi + cp $1/usr/lib/efitools/Loader.efi $2/bootx64.efi cp $1/usr/lib/efitools/HashTool.efi $2/ cp $1/usr/lib/systemd/boot/efi/systemd-bootx64.efi $2/loader.efi }