Annotation of doc/build/cdcompile.html, revision 1.1
1.1 ! harris41 1: How to make a CD image of the LON-CAPA system
! 2: (current procedure)
! 3:
! 4:
! 5: as root
! 6: cd loncom/build
! 7: rm -Rf BinaryRoot
! 8: make RPM
! 9: cd loncom/anaconda
! 10: make TARGET=/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
! 11: cd /mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
! 12: mkisofs -v -R -T -V "LON-CAPA and Red Hat 6.2" -b images/boot.img -c boot.cat -o /loncapa.img .
! 13: cdrecord -v speed=9 dev=0,1,0 /loncapa.img
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>