File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / MAKE / build_upgrade.disk
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

TEST= (upgrade work directory i.e. /TEST)
DIST= ("make" binaries output directory i.e. /DIST)
distdisk= ($DIST directory device i.e. /dev/rxfd5a)
testdisk= ($TEST directory device i.e. /dev/rxfd5b)
if [ -z "TEST" ]
then
	echo"No TEST directory specified!"
	exit 1
fi
if [ -z "DIST" ]
then
	echo"No DIST directory specified!"
	exit 1
fi
if [ -z "$distdisk" ]
then
	echo"No distdisk device specified!"
	exit 1
fi
if [ -z "testdisk" ]
then
	echo"No testdisk device specified!"
	exit 1
fi
/etc/umount $testdisk
echo Make sure that $DIST has an all user configuration
echo type cr when $DIST is ready
read x
echo copying dist root system to $TEST
dd if=$distdisk of=$testdisk bs=10k
/etc/mount $testdisk $TEST
sh -x build_upgrade
echo Build upgrade complete

unix.superglobalmegacorp.com

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