From 1fc8d6cd4df89b7761150205a4c1b39b286b0742 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Sep 2019 20:10:04 +0000 Subject: [PATCH] Now that all the file manipulation is moved into build we need the same logic in the slax bootinst as the main one --- Slax/debian/bootfiles/bootinst.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Slax/debian/bootfiles/bootinst.sh b/Slax/debian/bootfiles/bootinst.sh index b4ab2c6..18c9943 100644 --- a/Slax/debian/bootfiles/bootinst.sh +++ b/Slax/debian/bootfiles/bootinst.sh @@ -148,6 +148,10 @@ if [ "$DEV" != "$PART" ]; then ) | fdisk $DEV >/dev/null 2>&1 fi +# UEFI boot loader +mkdir -p "EFI/Boot" +cp "slax/boot/EFI/Boot/*" "EFI/Boot" + echo "Boot installation finished." echo "Press Enter..." read junk