Re: [Fedora-livecd-list] F12 DVD doesn't have anaconda-runtime

2009-12-16 Thread Jasper Hartline
Using multiple repo designations in the kickstart file works to satisfy the dependant anaconda-runtime required to build the Live media when using a mounted F12 DVD ISO file locally. It only needed to fetch a few packages from the network using the kickstart file provided with the livecd-tools pack

[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

2009-12-16 Thread Warren Togami 砥上勇
tools/livecd-iso-to-disk.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 6872def12cb62eeaf17b6f6a8c12a7e0ae29a8cb Author: Jim Meyering Date: Wed Dec 16 13:46:07 2009 -0500 livecd-iso-to-disk.sh: use LC_ALL=C, not LANG=C, since LC_ALL trumps all other

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-12-16 Thread Jeremy Katz
On Wed, Dec 16, 2009 at 12:03 AM, Alan Pevec wrote: > I've just found one issue with the patch: > @@ -734,6 +725,9 @@ class ImageCreator(object): > > self.__run_post_scripts() > > +    # selinux should always come last > +    kickstart.SelinuxConfig(self._instroot).apply(ksh.selin

Re: [Fedora-livecd-list] F12 DVD doesn't have anaconda-runtime

2009-12-16 Thread Jeroen van Meeuwen
On Wed, 16 Dec 2009 02:30:11 -0700, Jasper Hartline wrote: > When using livecd-tools and a mounted DVD of F12 as a repository in my > kickstart file > livecd-creator dies when anaconda-runtime is not found. Is there a reason > for this? > How will I use a F12 DVD as a repository to eliminate usin

[Fedora-livecd-list] F12 DVD doesn't have anaconda-runtime

2009-12-16 Thread Jasper Hartline
When using livecd-tools and a mounted DVD of F12 as a repository in my kickstart file livecd-creator dies when anaconda-runtime is not found. Is there a reason for this? How will I use a F12 DVD as a repository to eliminate using the network as a repository source when anaconda-runtime isn't found