04 – CentOS 7 KickStart Automated Installation
mkisofs -o ./CentOS-7-x86-64_Kickstart_Installation.iso -b isolinux/isolinux.bin -J -R -l -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -graft-points -V “Centos-7.4 Server.x86_64” “CentOS-7-x86_64″/
label linux
menu label ^Install CentOS 7 Custom Kickstart Installation
menu default
kernel vmlinuz
append initrd=initrd.img inst.ks=cdrom:/ks.cfg
centos 7