Previously these would end up in /slax/EFI/boot but we need them in /EFI/boot
parent
a2b6006187
commit
7a155f7f75
|
|
@ -41,8 +41,8 @@ if [ "$DEV" != "$PART" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# UEFI boot loader
|
# UEFI boot loader
|
||||||
mkdir -p "EFI/Boot"
|
mkdir -p "$BOOT/../../EFI"
|
||||||
cp "boot/EFI/Boot/*" "EFI/Boot"
|
mv "EFI/Boot" "$BOOT/../../EFI/"
|
||||||
|
|
||||||
echo "Boot installation finished."
|
echo "Boot installation finished."
|
||||||
cd "$CWD"
|
cd "$CWD"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue