liveusb-creator

Luke Macken lmacken at fedoraproject.org
Fri Jan 2 04:36:14 UTC 2009


 liveusb-creator |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f059b36f0d69dc962facfe75b4bdc31514e10f45
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Jan 1 23:35:02 2009 -0500

    Disable the --usb-zip experimental feature, for now.

diff --git a/liveusb-creator b/liveusb-creator
index 2fd02d6..0c45e85 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -40,11 +40,11 @@ def parse_args():
                            ' (eg: -k noswap,selinux=0,elevator=noop)')
     parser.add_option('-x', '--xo', dest='xo', action='store_true',
                       help='Make it bootable on the OLPC')
-    parser.add_option('-z', '--usb-zip', dest='zip', action='store_true',
-                      help='Initialize device with zipdrive-compatible geometry'
-                            ' for booting in USB-ZIP mode with legacy BIOSes. '
-                            'WARNING:  This will erase everything on your '
-                            'device!')
+    #parser.add_option('-z', '--usb-zip', dest='zip', action='store_true',
+    #                  help='Initialize device with zipdrive-compatible geometry'
+    #                        ' for booting in USB-ZIP mode with legacy BIOSes. '
+    #                        'WARNING:  This will erase everything on your '
+    #                        'device!')
     return parser.parse_args() # (opts, args)
 
 




More information about the liveusb-creator mailing list