File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / MAKE / mkdiagtape
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (6 years, 11 months ago) by root
Branches: bsd, MAIN
CVS tags: v12b, HEAD
Power 6/32 Unix version 1.2b

DIST= ("make" binaries output area i.e. /DIST)
if [ -z "$DIST" ]
then
    echo "No DIST directory specified!"
    exit 1
fi
tape=/tmp/diagfs
/etc/mkfs $tape 2560
/etc/mkproto $tape diagproto
/etc/fsck -y $tape
echo type cr when tape is ready
read x
dd if=$tape of=/dev/rcy0s bs=1k
mt rewind
mt -f /dev/rncy0s fsf 1
(cd $DIST; tar cv d poc* fpp* wcs boot stand/cat stand/fastcopy stand/vdformat)
rm $tape

unix.superglobalmegacorp.com

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