LiveCD before committing in the next versionepel9
parent
f92c633f9b
commit
317dfb1fd4
@ -0,0 +1,13 @@
|
||||
diff --git a/imgcreate/live.py b/imgcreate/live.py
|
||||
index 85de975..ed3d563 100644
|
||||
--- a/imgcreate/live.py
|
||||
+++ b/imgcreate/live.py
|
||||
@@ -416,7 +416,7 @@ menu hiddenrow 5
|
||||
|
||||
def __get_image_stanza(self, is_xen, isDracut, **args):
|
||||
if isDracut:
|
||||
- args["rootlabel"] = "live:LABEL=%(fslabel)s" % args
|
||||
+ args["rootlabel"] = "live:CDLABEL=%(fslabel)s" % args
|
||||
else:
|
||||
args["rootlabel"] = "CDLABEL=%(fslabel)s" % args
|
||||
|
Loading…
Reference in new issue