From b0923b100703eb23ef486cfe1e6480472aeb1e99 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 14 May 2016 09:16:52 +0200 Subject: [PATCH] [util-iso-boot] use PreLoader.efi --- 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 729dcd6..8532936 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/share/efitools/efi/Loader.efi $2/bootx64.efi + cp $1/usr/share/efitools/efi/PreLoader.efi $2/bootx64.efi cp $1/usr/share/efitools/efi/HashTool.efi $2/ cp $1/usr/lib/systemd/boot/efi/systemd-bootx64.efi $2/loader.efi }