I try to create a Bootable Fedora LiveCD but it Failed in Fedora 10 <br> <p>Fedora_Minimal.ks <br> #################### <br> lang en_US.UTF-8 <br> keyboard us <br> timezone US/Central <br> auth --useshadow --enablemd5 <br>
 selinux --permissive <br> firewall --disabled <br> part / --size 1024 <br> </p><p>repo --name=development --mirrorlist=<a target="_blank" rel="nofollow" href="http://mirrors.fedoraproject.org/">http://mirrors.fedoraproject.org/</a> <br>
 mirrorlist?repo=rawhide&arch=$basearch <br> </p><p>%packages <br> @core <br> bash <br> kernel <br> passwd <br> policycoreutils <br> chkconfig <br> authconfig <br> rootfiles <br> </p><p>/usr/sbin/lokkit <br> </p><p>%end <br>
 #################### <br> </p><p>livecd-creator --config=./Fedora_Minimal.ks --fslabel=Your_Distro <br> </p><p>if you don't add the line: /usr/sbin/lokkit will stop with error !!!, <br> once you add the line wait until the process finish... <br>
 </p><p>After the iso image gets generated the following message appear : <br> </p><p>Error on boot: <br> </p><p>mount: wrong fs type, bad option, bad superblock on /dev/loop0, <br>            missing codepage or helper program, or other error <br>
            In some cases useful info is found in syslog - try <br>            dmesg | tail or so <br> </p><p>Bug in initramfs /init detected. Dropping to a shell. Good luck! <br> </p><p>bash: no job control in this shell <br>
 bash-4.0# <br> </p><p>I really like to see a way to create your own custom Fedora Minimal <br> LIveCD or USB. <br> </p><p>Maybe add the option to boot in about 5 seconds like reported at: <br> <a target="_blank" rel="nofollow" href="http://lwn.net/Articles/299483/">http://lwn.net/Articles/299483/</a> <br>
 </p><p>And why not to handle the awesome speed & compression from: <a target="_blank" rel="nofollow" href="http://www.slax.org/">http://www.slax.org/</a> <br> Seems like  Build aufs kernel module and squashfs kernel module <br>
 (optionally patched to support LZMA) is the way to go. <br> </p><p>If somebody have some ideas will be really appreciated... <br> </p>Dinooz