Annotation of cci/MAKE/build_upgrade.disk, revision 1.1.1.1

1.1       root        1: TEST= (upgrade work directory i.e. /TEST)
                      2: DIST= ("make" binaries output directory i.e. /DIST)
                      3: distdisk= ($DIST directory device i.e. /dev/rxfd5a)
                      4: testdisk= ($TEST directory device i.e. /dev/rxfd5b)
                      5: if [ -z "TEST" ]
                      6: then
                      7:        echo"No TEST directory specified!"
                      8:        exit 1
                      9: fi
                     10: if [ -z "DIST" ]
                     11: then
                     12:        echo"No DIST 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: if [ -z "testdisk" ]
                     21: then
                     22:        echo"No testdisk device specified!"
                     23:        exit 1
                     24: fi
                     25: /etc/umount $testdisk
                     26: echo Make sure that $DIST has an all user configuration
                     27: echo type cr when $DIST is ready
                     28: read x
                     29: echo copying dist root system to $TEST
                     30: dd if=$distdisk of=$testdisk bs=10k
                     31: /etc/mount $testdisk $TEST
                     32: sh -x build_upgrade
                     33: 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.