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
|
||||
|
||||
# UEFI boot loader
|
||||
mkdir -p "EFI/Boot"
|
||||
cp "boot/EFI/Boot/*" "EFI/Boot"
|
||||
mkdir -p "$BOOT/../../EFI"
|
||||
mv "EFI/Boot" "$BOOT/../../EFI/"
|
||||
|
||||
echo "Boot installation finished."
|
||||
cd "$CWD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue