File:  [LON-CAPA] / doc / build / Attic / cdcompile.html
Revision 1.3: download - view: text, annotated - select for diffs
Fri May 18 19:39:56 2001 UTC (23 years, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD
 notes on building xntp3 from src.rpm

    1: How to make a CD image of the LON-CAPA system
    2: (current procedure)
    3: 
    4: have to get a new genhdlist when packages
    5: built with rpm upgrade (rpm 4+).. 
    6: found from redhat 7 anaconda-runtime
    7: anaconda-runtime-7.1-7.i386.rpm (rawhide)
    8: cp -p /usr/lib/anaconda-runtime/genhdlist
    9:     currentcdsource/misc/src/anaconda/utils/genhdlist
   10: 
   11: and rebuild xntp3 from src.rpm using
   12: original rpm-* and also need automake, libtool
   13: 
   14: as root
   15: cd loncom/build
   16: rm -Rf BinaryRoot
   17: make RPM
   18: cd loncom/anaconda
   19: make TARGET=/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
   20: cd /mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource
   21: mkisofs -v -R -T -V "LON-CAPA and Red Hat 6.2" -b images/boot.img -c boot.cat -o /loncapa.img .
   22: (can always check with 
   23: mount -o ro,loop=/dev/loop0 -t iso9660 /loncapa.img /mountpointsomewhere
   24:   )
   25: cdrecord -v speed=9 dev=0,1,0 /loncapa.img

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