Revert "Fix creating NTFS on raw devices"
authorDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:41 +0000 (13:09 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:41 +0000 (13:09 -0400)
This reverts commit e180c5738e8d997090f29f67308f4ecb4fab1656.

src/helpers/job-mkfs.c

index 2ab7400..52db903 100644 (file)
@@ -277,7 +277,7 @@ main (int argc,
       /* skip zeroing (we do that ourselves) and bad sector checking (will 
        * eventually be handled on a higher level)
        */
-      s = g_string_new ("mkntfs -f -F");
+      s = g_string_new ("mkntfs -f");
       for (n = 0; options[n] != NULL; n++)
         {
           if (g_str_has_prefix (options[n], "label="))