efi_loaders: gummiboot is gone, use the file provided by systemd/bootctl

This commit is contained in:
Ramon Buldó 2015-09-06 13:57:26 +02:00
parent 689b2f7977
commit d69eae9e7c

View file

@ -65,7 +65,7 @@ copy_efi_loaders(){
msg2 "Copying efi loaders ..."
cp $1/usr/lib/prebootloader/PreLoader.efi $2/bootx64.efi
cp $1/usr/lib/prebootloader/HashTool.efi $2/
cp $1/usr/lib/gummiboot/gummibootx64.efi $2/loader.efi
cp $1/usr/lib/systemd/boot/efi/systemd-bootx64.efi $2/loader.efi
}
copy_boot_images(){