|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.