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.