Re: [CentOS] Redhat CD with kickstart file

2010-06-17 Thread Anthony Davis
Hi klanix, Thanks for your help, will try it out. Kind Regards Tony On 17 Jun 2010, at 11:53, kalinix wrote: > On Thu, 2010-06-17 at 11:15 +0100, Anthony Davis wrote: >> >> Hi, >> >> I am trying to create a custom iso that I can use to install machines. >> I want to include my custom kick

Re: [CentOS] Redhat CD with kickstart file

2010-06-17 Thread kalinix
On Thu, 2010-06-17 at 11:15 +0100, Anthony Davis wrote: > Hi, > > I am trying to create a custom iso that I can use to install machines. > I want to include my custom kickstart file on the distro and when its > put in get the system to build using it. > > I have done some reading about this

Re: [CentOS] Redhat CD with kickstart file

2010-06-17 Thread John Doe
From: Anthony Davis > I am trying to create a custom iso that I can use to install > machines. This used to work for me (I think): mount CentOS-XXX.iso /mnt/cdrom -t iso9660 -o loop cp -a /mnt/cdrom /tmp/cdrom cp ks.cfg /tmp/cdrom/ vi /tmp/cdrom/isolinux/isolinux.cfg default linux ks=cdrom:

[CentOS] Redhat CD with kickstart file

2010-06-17 Thread Anthony Davis
Hi, I am trying to create a custom iso that I can use to install machines. I want to include my custom kickstart file on the distro and when its put in get the system to build using it. I have done some reading about this process, but i still havent been able to get it working with out any