Now that all the file manipulation is moved into build we need

the same logic in the slax bootinst as the main one
pull/84/head
root 2019-09-28 20:10:04 +00:00
parent 90ccdeb8e6
commit 1fc8d6cd4d
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ if [ "$DEV" != "$PART" ]; then
) | fdisk $DEV >/dev/null 2>&1 ) | fdisk $DEV >/dev/null 2>&1
fi fi
# UEFI boot loader
mkdir -p "EFI/Boot"
cp "slax/boot/EFI/Boot/*" "EFI/Boot"
echo "Boot installation finished." echo "Boot installation finished."
echo "Press Enter..." echo "Press Enter..."
read junk read junk