[util-iso-boot] proper path

This commit is contained in:
Philip 2016-05-14 01:12:44 +02:00
parent c71e40d847
commit 6ff3c6804f

View file

@ -59,8 +59,8 @@ gen_boot_image(){
copy_efi_loaders(){
msg2 "Copying efi loaders ..."
cp $1/usr/lib/efitools/Loader.efi $2/bootx64.efi
cp $1/usr/lib/efitools/HashTool.efi $2/
cp $1/usr/share/efitools/efi/Loader.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
}