Sort of...I want to build a CD that I can kickstart from but I want to customize the package list on that CD so that I only have a single install CD and not 4. From what I understand, I need to edit comps.xml and regenerate certain files in /Fedora/base and I need to modify the isolinux.cfg. I've done the isolunux.cfg part and that works ok other than the disc name problem. I've also created my custom package selection carefully resolving all dependencies but I don't know how to go about rebuilding whatever files get rebuilt from my comps.xml edits. None of the instructions i've read match what I see in /usr/share/comps- extra and other directories. Thanks for the other info...i might be able to figure it out from that... Bryan On Tue, 2004-12-21 at 22:06 -0700, Greg Morgan wrote: > Greg Morgan wrote: > > Linux Devel wrote: > > > >> I'm trying to build a single boot kickstart CD for Fedora Core 3 and > > I missed this earlier. Did you just want a boot CD that you can add a > kickstart file to? > mount -t iso9660 FC3-i386-disc1.iso /mnt/cdrom -o loop > cd /mnt/cdrom/images > ls -l boot.iso > -rw-r--r-- 2 root root 5144576 Nov 3 14:50 boot.iso > cp boot.iso /tmp/myboot.iso > cd > umount /mnt/cdrom > > >> while i've found quite a bit of info on the next regarding kickstart, it > >> is mostly relating to RH. Here are some questions that i'm having a > >> hard time answering for FC3. > > >