Drop duplicated mkfs_fat16()
authorMichael Prokop <mika@grml.org>
Tue, 17 Feb 2009 23:12:14 +0000 (00:12 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 17 Feb 2009 23:12:14 +0000 (00:12 +0100)
grml2usb

index 5f01825..6953984 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1006,10 +1006,6 @@ def handle_vfat(device):
         else:
             sys.exit(1)
 
-    # format partition:
-    if options.fat16:
-        mkfs_fat16(device)
-
 
 def handle_compat_warning(device):
     """TODO"""