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 <[email protected]> Sender: [email protected] Date: Fri, 19 Aug 2011 02:34:42 To: CentOS mailing list<[email protected]> Reply-To: CentOS mailing list <[email protected]> Subject: Re: [CentOS] stupid question about kickstart file From: Eero Volotinen <[email protected]> > 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 [email protected] http://lists.centos.org/mailman/listinfo/centos _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

