Using multiple repo designations in the kickstart file<br>works to satisfy the dependant anaconda-runtime required<br>to build the Live media when using a mounted F12 DVD ISO file<br>locally. It only needed to fetch a few packages from the network<br>
using the kickstart file provided with the livecd-tools package.<br><br>repo --name=local --baseurl=file:///mnt/iso<br>repo --name=network --baseurl=<a href="http://mirrors.kernel.org/fedora/releases/12/Everything/i386/os/">http://mirrors.kernel.org/fedora/releases/12/Everything/i386/os/</a><br>
<br><br>