Now that all the file manipulation is moved into build we need
the same logic in the slax bootinst as the main onepull/84/head
parent
90ccdeb8e6
commit
1fc8d6cd4d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue