Previously these files end up in /slax/EFI/boot; we need in /EFI/boot

pull/84/head
Rob Emery 2019-10-03 00:00:17 +01:00 committed by GitHub
parent 7a155f7f75
commit f585d7fd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ if [ "$DEV" != "$PART" ]; then
fi fi
# UEFI boot loader # UEFI boot loader
mkdir -p "EFI/Boot" mkdir -p "$BOOT/../../EFI"
cp "slax/boot/EFI/Boot/*" "EFI/Boot" mv "EFI/Boot" "$BOOT/../../EFI/"
echo "Boot installation finished." echo "Boot installation finished."
echo "Press Enter..." echo "Press Enter..."