X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=7e91839022568bc6d1c405f6be1a7fdc212352a0;hp=479f590f36302d0837925b56c798089dac639148;hb=7f9c07b41d2af167b77e013584e6cc64c90dd98f;hpb=4aeda00e838b15539b994f65a90403792fb79f66 diff --git a/grml2usb b/grml2usb index 479f590..7e91839 100755 --- a/grml2usb +++ b/grml2usb @@ -1858,7 +1858,7 @@ def handle_vfat(device): logging.critical("Execution failed: %s", error) sys.exit(1) - if not os.path.isdir(device) and not check_for_usbdevice(device): + if not os.path.isdir(device) and not check_for_usbdevice(device) and not option.force: print "Warning: the specified device %s does not look like a removable usb device." % device f = raw_input("Do you really want to continue? y/N ") if f == "y" or f == "Y":