X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=695398464ccc91f910507ff660ba32cbd00b2b73;hp=5f01825e3a9ea6177c028161f223b51b9b5f43d5;hb=aaface0bc995335a4f44ad3e603333bfa1c83dcb;hpb=234f2e70a5a14037fc8ccc5284607c7592216354 diff --git a/grml2usb b/grml2usb index 5f01825..6953984 100755 --- 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"""