[Fedora-livecd-list] imgcreate/live.py

Warren Togami 砥上勇 wtogami at fedoraproject.org
Wed Sep 16 16:17:34 UTC 2009


 imgcreate/live.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6389a616ba162496f373e3ac21bbfec516b42cd
Author: Warren Togami <wtogami at redhat.com>
Date:   Wed Sep 16 12:16:41 2009 -0400

    This fixes dracut boot for LiveCD and LiveUSB without the requirement to have a filesystem label.

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
 





More information about the Fedora-livecd-list mailing list