]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/tool/ventoy_lib.sh
Fix the false error report about ventoy.jsonxxx file. (#1190)
[Ventoy.git] / INSTALL / tool / ventoy_lib.sh
index a394eb14c69f660128cd035fd511c69f78fe5758..709ce2c0e4b430a1dd826c4f90f7ec98f7e3b893 100644 (file)
@@ -320,7 +320,7 @@ EOF
     for i in 0 1 2 3 4 5 6 7 8 9; do
         check_umount_disk "$PART2"
 
-        if mkfs.vfat -F 16 -n VTOYEFI $PART2; then
+        if mkfs.vfat -F 16 -n VTOYEFI -s 1 $PART2; then
             echo 'success'
             break
         else