liveusb/creator.py

Luke Macken lmacken at fedoraproject.org
Wed Nov 2 17:06:14 UTC 2011


 liveusb/creator.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 164a141d7ec024174ce37da1c18d0ca54e9ec02c
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Nov 2 13:06:10 2011 -0400

    Change default device label to LIVE

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 22cc13a..479f4bc 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -50,7 +50,7 @@ class LiveUSBCreator(object):
     """ An OS-independent parent class for Live USB Creators """
 
     iso = None          # the path to our live image
-    label = "FEDORA"    # if one doesn't already exist
+    label = "LIVE"    # if one doesn't already exist
     fstype = None       # the format of our usb stick
     drives = {}         # {device: {'label': label, 'mount': mountpoint}}
     overlay = 0         # size in mb of our persisten overlay




More information about the liveusb-creator mailing list