Joe Pruett wrote:
On Tue, 17 Apr 2007, Johnny Hughes wrote:
==========================================================================================
mkisofs -q -J -R -v -T -o /YOUR_PATH/isos/${PRODNAME}-${DISTROVER}-${ARCH}-bin-DVD.iso \ -publisher "YOUR INFO" -p "${PRODNAME}" \ -A "${PRODNAME}_${DISTROVER}_${RELEASE_NAME}" \ -V "${PRODNAME}_${DISTROVER}_${RELEASE_NAME}" \ -b isolinux/isolinux.bin \ -c isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ ${ARCH}/
implantisomd5 /YOUR_PATH/isos/${PRODNAME}-${DISTROVER}-${ARCH}-bin-DVD.iso ==========================================================================================
how hard would it be for the centos team to put scripts in the os tree (or somewhere easy to get to) to build cd and dvd isos from the os tree?
maybe package all the build tools as an rpm, perhaps centos-release-devel?