liveusb/creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 164a141d7ec024174ce37da1c18d0ca54e9ec02c Author: Luke Macken lmacken@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
liveusb-creator@lists.stg.fedorahosted.org