This commit is contained in:
mjallen18
2026-01-02 11:05:48 -06:00
parent 8fc40f265b
commit 1d5b1cf5e0
5 changed files with 67 additions and 19 deletions

View File

@@ -42,9 +42,8 @@ if [ -n "$fwtarget" ]; then
@firmwareBuilder@ -c $default -d $fwtarget
echo "copying uefi firmware..."
#for file in "@uefi@/*"; do
rm -rf $fwtarget/*
copyForced @uefi@ $fwtarget/
#done
fi
echo "uefi bootloader installed"