[PATCH 2/2] livemedia-creator: use stage2 instead of root

Brian C. Lane bcl at redhat.com
Mon Aug 20 19:03:03 UTC 2012


From: "Brian C. Lane" <bcl at redhat.com>

---
 src/sbin/livemedia-creator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator
index 9344636..1b7eed4 100755
--- a/src/sbin/livemedia-creator
+++ b/src/sbin/livemedia-creator
@@ -283,7 +283,7 @@ class VirtualInstall( object ):
         if kernel_args:
             extra_args += " "+kernel_args
         if iso.liveos:
-            extra_args += " root=live:CDLABEL={0}".format(udev_escape(iso.label))
+            extra_args += " stage2=live:CDLABEL={0}".format(udev_escape(iso.label))
         if not vnc:
             extra_args += " console=ttyS0"
         cmd.append("--extra-args")
-- 
1.7.11.2



More information about the anaconda-patches mailing list