Re: Redhat CD with kickstart file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



From: Anthony Davis <tony@xxxxxxxxxxxxxxxxxxxxxxxxx>
> 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:/ks.cfg

Mini iso (without packages):
cd /tmp/cdrom
mkisofs -o ../mini.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T isolinux/

Or full iso (with packages):
cd /tmp
mkisofs -o full.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T cdrom

JD


      
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux