Annotation of cci/MAKE/mkrootape.all, revision 1.1

1.1     ! root        1: RELSRC= (source file area)
        !             2: tape=/dev/rcy0s
        !             3: distdisk= ("make" binaries output area i.e. /dev/xfd4a)
        !             4: DIST= ("make" binaries output area i.e. /DIST)
        !             5: if [ -z "$DIST" ]
        !             6: then
        !             7:     echo"No DIST directory specified!"
        !             8:     exit 1
        !             9: fi
        !            10: if [ -z "$RELSRC" ]
        !            11: then
        !            12:     echo"No RELSRC directory specified!"
        !            13:     exit 1
        !            14: fi
        !            15: if [ -z "$distdisk" ]
        !            16: then
        !            17:     echo"No distdisk device specified!"
        !            18:     exit 1
        !            19: fi
        !            20: rm $DIST/vmunix*
        !            21: cp $RELSRC/SRC/sys/GENERIC/vmunix $DIST/genvmunix
        !            22: cp $RELSRC/SRC/sys/BELL128-4/vmunix $DIST/vmunix128
        !            23: cp $RELSRC/SRC/sys/BELL64-4/vmunix $DIST/vmunix64
        !            24: cp $RELSRC/SRC/sys/BELL32-4/vmunix $DIST/vmunix32
        !            25: ln $DIST/vmunix128 $DIST/vmunix
        !            26: echo Please load root file system tape
        !            27: echo type cr when tape is ready
        !            28: read x
        !            29: rm $DIST/usr
        !            30: mkdir $DIST/usr
        !            31: /etc/umount $distdisk
        !            32: echo copying dist root system
        !            33: dd if=$distdisk of=$tape bs=10k count=960
        !            34: /etc/mount $distdisk $DIST
        !            35: rmdir $DIST/usr
        !            36: mt rewind
        !            37: mt -f /dev/rncy0s fsf 1
        !            38: (cd $DIST; tar c .)
        !            39: ln -s $REL/usr $DIST/usr

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.