Unmount uefi after creation

This commit is contained in:
Andreas Zweili 2024-01-15 11:28:33 +01:00
parent 9736d6c48a
commit 8ac3984024
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ echo "Create UEFI"
curl -o /tmp/pi4-uefi.zip -L https://github.com/pftf/RPi4/releases/download/v1.35/RPi4_UEFI_Firmware_v1.35.zip
unzip /tmp/pi4-uefi.zip -d $BOOT_DIR
sync
umount $BOOT_DIR