It is certainly possible, but why would you do that since DVD let alone CDROM drives are so slow...why don't you try it via network using HTTPD or vsFTP...its much quicker and u can make it all automated...something to think about. Sent on the Sprint® Now Network from my BlackBerry®
-----Original Message----- From: John Doe jdmls@yahoo.com Sender: centos-bounces@centos.org Date: Fri, 19 Aug 2011 02:34:42 To: CentOS mailing listcentos@centos.org Reply-To: CentOS mailing list centos@centos.org Subject: Re: [CentOS] stupid question about kickstart file
From: Eero Volotinen eero.volotinen@iki.fi
Is is possible to use kickstart file to install rhel from dvd drive? Mainly idea is to clone one anaconda.ks file to about twenty machines.?
Something like (that was for 5.x): mount $MYISO /mnt/cdrom -t iso9660 -o loop cp -a /mnt/cdrom /tmp/cdrom cp ks.cfg /tmp/cdrom/ vim isolinux/isolinux.cfg default linux ks=cdrom:/ks.cfg # Not sure if still need or why: chmod u+w isolinux/* 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@centos.org http://lists.centos.org/mailman/listinfo/centos