Gareth.Segree@xxxxxxxxxxxxx wrote:
I have created 5 kickstart .cfg files on my kickstart bootable CD. one for
each server.
I then did the following
mkdir /var/tmp/cdrom
cp -r /media/cdrom/* /var/tmp/cdrom
cd /var/tmp/cdrom
cp *.cfg /var/tmp/cdrom
mkisofs -o ../ks.iso -V 'Fedora4_CD' -b isolinux/isolinux.bin -c
isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J
-V -T .
I boot into fedora using linux ks=cdrom:/server1.cfg
I am then prompted "The Fedora Core CD was not found in any CDROM drives"
What am I doing wrong?
Gareth Segree
Technical Support Analyst
The Gleaner Company Limited
Tel: 9223400 (Ext 6345)
cp *.cfg does nothing since your source and dest directories are the same.