Index: usr.sbin/bsdinstall/partedit/gpart_ops.c =================================================================== --- usr.sbin/bsdinstall/partedit/gpart_ops.c +++ usr.sbin/bsdinstall/partedit/gpart_ops.c @@ -209,7 +209,7 @@ if (items[i].on == false) continue; if (strcmp(items[i].name, "FAT32") == 0) - fputs("-F 32 -c 1", fp); + fputs("-F 32 ", fp); else if (strcmp(items[i].name, "FAT16") == 0) fputs("-F 16 ", fp); else if (strcmp(items[i].name, "FAT12") == 0)