On Tue, Jul 31, 2012 at 06:59:49PM +0000, Brian C. Lane wrote: > New commits: > commit f62f3eab2963d756fa7f8f73abf0e73ffc2296e4 > Author: Brian C. Lane <[email protected]> > Date: Tue Jul 31 11:58:48 2012 -0700 > > switch to using rd.live.image instead of liveimg > > diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py > index aca4043..3bcbe1e 100644 > --- a/imgcreate/kickstart.py > +++ b/imgcreate/kickstart.py > @@ -476,7 +476,7 @@ def get_timeout(ks, default = None): > return default > return int(ks.handler.bootloader.timeout) > > -def get_kernel_args(ks, default = "ro liveimg quiet"): > +def get_kernel_args(ks, default = "ro rd.live.image quiet"): > if not hasattr(ks.handler.bootloader, "appendLine"): > return default > if ks.handler.bootloader.appendLine is None:
This means that spin kickstarts that look at /proc/cmdline need to use rd.live.image instead of liveimg -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
pgpMoRCgal53t.pgp
Description: PGP signature
-- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
