--- loncom/anaconda/Attic/Makefile 2001/01/23 16:48:57 1.3 +++ loncom/anaconda/Attic/Makefile 2001/01/25 14:46:41 1.6 @@ -1,4 +1,5 @@ TARGET=/mnt/drive/install.lon-capa.org/3.1/currentcdsource +CONFIGTARGET=/mnt/drive/loncapaconfig all: instimage hdstg2_img netstg2_img hdlist @@ -6,12 +7,22 @@ hdlist: /bin/rm -f $(TARGET)/RedHat/base/hdlist cd $(TARGET)/misc/src/anaconda/utils; chmod u+x genhdlist; ./genhdlist $(TARGET) +loncapaconfig: + rm -Rf $(CONFIGTARGET)/* +# install -d $(CONFIGTARGET)/usr/bin + install RedHat/instimage/usr/bin/loncapaconfig $(CONFIGTARGET)/usr/bin/loncapaconfig + install -d $(CONFIGTARGET)/usr/lib + cp -pR $(TARGET)/RedHat/instimage/usr/bin/* $(CONFIGTARGET)/usr/bin + cp -pR $(TARGET)/RedHat/instimage/usr/lib/* $(CONFIGTARGET)/usr/lib + instimage: install RedHat/instimage/usr/lib/anaconda/todo.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/todo.py install RedHat/instimage/usr/lib/anaconda/installclass.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/installclass.py install RedHat/instimage/usr/lib/anaconda/text.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/text.py install RedHat/instimage/usr/lib/anaconda/textw/partitioning.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/textw/partitioning.py install RedHat/instimage/usr/lib/anaconda/textw/userauth.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/textw/userauth.py + install RedHat/instimage/usr/lib/anaconda/textw/libraryconf.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/textw/libraryconf.py + install RedHat/instimage/usr/lib/anaconda/textw/accessconf.py $(TARGET)/RedHat/instimage/usr/lib/anaconda/textw/accessconf.py install RedHat/instimage/usr/bin/anaconda $(TARGET)/RedHat/instimage/usr/bin/anaconda install ../../packaging/comps $(TARGET)/RedHat/base/comps @@ -28,7 +39,9 @@ hdstg2_img: install RedHat/instimage/usr/lib/anaconda/installclass.py /tmp/hdstg2_img/anaconda/installclass.py install RedHat/instimage/usr/lib/anaconda/text.py /tmp/hdstg2_img/anaconda/text.py install RedHat/instimage/usr/lib/anaconda/textw/userauth.py /tmp/hdstg2_img/anaconda/textw/userauth.py - install RedHat/instimage/usr/lib/anaconda/textw/partitioning.py /tmp/hdstg2_img/RedHat/instimage/usr/lib/anaconda/textw/partitioning.py + install RedHat/instimage/usr/lib/anaconda/textw/partitioning.py /tmp/hdstg2_img/anaconda/textw/partitioning.py + install RedHat/instimage/usr/lib/anaconda/textw/libraryconf.py /tmp/hdstg2_img/anaconda/textw/libraryconf.py + install RedHat/instimage/usr/lib/anaconda/textw/accessconf.py /tmp/hdstg2_img/anaconda/textw/accessconf.py cd /tmp/hdstg2_img; find anaconda | cpio --quiet -H crc -o | gzip -9 > anaconda.cgz install /tmp/hdstg2_img/anaconda.cgz /tmp/hdstg2_img/ext2/usr/lib/anaconda.cgz umount /tmp/hdstg2_img/ext2 @@ -47,8 +60,10 @@ netstg2_img: install RedHat/instimage/usr/lib/anaconda/todo.py /tmp/netstg2_img/anaconda/todo.py install RedHat/instimage/usr/lib/anaconda/installclass.py /tmp/netstg2_img/anaconda/installclass.py install RedHat/instimage/usr/lib/anaconda/text.py /tmp/netstg2_img/anaconda/text.py - install RedHat/instimage/usr/lib/anaconda/textw/partitioning.py /tmp/netstg2_img/RedHat/instimage/usr/lib/anaconda/textw/partitioning.py + install RedHat/instimage/usr/lib/anaconda/textw/partitioning.py /tmp/netstg2_img/anaconda/textw/partitioning.py install RedHat/instimage/usr/lib/anaconda/textw/userauth.py /tmp/netstg2_img/anaconda/textw/userauth.py + install RedHat/instimage/usr/lib/anaconda/textw/libraryconf.py /tmp/netstg2_img/anaconda/textw/libraryconf.py + install RedHat/instimage/usr/lib/anaconda/textw/accessconf.py /tmp/netstg2_img/anaconda/textw/accessconf.py cd /tmp/netstg2_img; find anaconda | cpio --quiet -H crc -o | gzip -9 > anaconda.cgz install /tmp/netstg2_img/anaconda.cgz /tmp/netstg2_img/ext2/usr/lib/anaconda.cgz umount /tmp/netstg2_img/ext2