X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=5aea516f9ccc968c62c12f0a1291ebe50e124cc4;hp=2c3f57048e859283d4349c52bb397f7d9da50a88;hb=9e7ee70e9e76ab01f9b5ff2ae490236bc0e3c6d2;hpb=16c8775d404c371e8b724decd90e1efa34aea10f diff --git a/grml2usb b/grml2usb index 2c3f570..5aea516 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import glob import uuid # global variables -PROG_VERSION = "0.9.24" +PROG_VERSION = "0.9.25" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg @@ -1941,7 +1941,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) and not option.force: + if not os.path.isdir(device) and not check_for_usbdevice(device) and not options.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":