File:  [LON-CAPA] / doc / build / Attic / cdcompile.html
Revision 1.1: download - view: text, annotated - select for diffs
Wed May 16 20:08:11 2001 UTC (23 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
instructions for generating the cd of loncapa

How to make a CD image of the LON-CAPA system
(current procedure)


as root
cd loncom/build
rm -Rf BinaryRoot
make RPM
cd loncom/anaconda
make TARGET=/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
cd /mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
mkisofs -v -R -T -V "LON-CAPA and Red Hat 6.2" -b images/boot.img -c boot.cat -o /loncapa.img .
cdrecord -v speed=9 dev=0,1,0 /loncapa.img

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>