I built the latest git version and tested my kickstart against it and received the following:

    > livecd-creator \
   
--config="/media/installers/Linux/kickstarts/sw-gateway/sw-gateway-ks-0.3.06.cfg"
   \
   --cache=/var/tmp --fslabel=swg-0.3.06

   [snip]

     Installing: yum-packagekit               #####################
   [833/833]

   /usr/sbin/setenforce: SELinux is disabled
   Error creating Live CD : Unable to set unencrypted password due to
   lack of /bin/echo


According to rpmfind.net, bin/echo is part of the coreutils package on F9. The kickstart in question already includes the core group, but I added the coreutils package. So I've got a kickstart that looks like:

   [snip]
   @core
   [snip]
   coreutils
   [snip]


Then I re-ran livecd-creator as above and received the same error. Suggestions?

Tim



Tim Wood wrote:
Okay... that was dumb and repetitive of me. Please ignore everything in my last email after "Thanks Jeremy"...


Tim Wood wrote:
Thanks Jeremy.  FWIW, I'm working off the rawhide version...

Tim

Jeremy Katz wrote:
On Sat, 2008-06-07 at 12:07 -0600, Tim Wood wrote:
I've updated a kickstart to F9 and the Builds have been failing. I'll skip the details about googling, etc. Here's the command output, removing most of the installing lines:
[snip]
File "/usr/lib/python2.5/site-packages/imgcreate/kickstart.py", line 211, in apply
    if not ksxconfig.startX:
AttributeError: F10_XConfig instance has no attribute 'startX'

This is caused by a pykickstart API change.  clumens said he was going
to fix it (and I believe did in git), but then I guess hasn't done a
build.  I'll poke him about it on Monday

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to