X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=f7f918eb9cc11ea1c9f47ad368ee2ef6d53cfb72;hp=4fc9b379116e17e355f9249e5f205bef5524d9d7;hb=a31bc9e79b58a92d7d5ef638238754c820fbc1b4;hpb=6cc6422766a843fe6f91f5d97fe46ccb695f7af1 diff --git a/grml2usb b/grml2usb index 4fc9b37..f7f918e 100755 --- a/grml2usb +++ b/grml2usb @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # pylint: disable-msg=C0302 """ @@ -7,7 +7,7 @@ grml2usb This script installs a Grml system (either a running system or ISO[s]) to a USB device -:copyright: (c) 2009, 2010, 2011 by Michael Prokop +:copyright: (c) 2009-2019 by Michael Prokop :license: GPL v2 or any later version :bugreports: http://grml.org/bugs/ @@ -67,6 +67,7 @@ def grub_option(option, opt, value, opt_parser): setattr(opt_parser.values, option.dest, True) setattr(opt_parser.values, 'syslinux', False) + # cmdline parsing USAGE = "Usage: %prog [options] <[ISO[s] | /lib/live/mount/medium]> \n\ \n\