Annotation of coherent/a/etc/brc.build, revision 1.1

1.1     ! root        1: : /etc/brc.build 10/18/90
        !             2: : COHERENT executes this script when it boots.
        !             3: : This version invokes /etc/build
        !             4: : to install floppy-based COHERENT to the hard disk.
        !             5: 
        !             6: : Configure RAM disk and mount it on /tmp.
        !             7: /etc/mkfs /dev/ram1 384
        !             8: /etc/mount /dev/ram1 /tmp
        !             9: 
        !            10: : Set the date from the system clock.
        !            11: . /etc/timezone
        !            12: /bin/date -s `/etc/ATclock` >/dev/null
        !            13: 
        !            14: : /etc/build reboots automatically on success.
        !            15: : Trap in case interrupted.
        !            16: trap 'echo; echo Aborted...' 1 2 3
        !            17: if /etc/build
        !            18: then
        !            19: else
        !            20:        echo The COHERENT system installation failed, please reboot and try again.
        !            21: fi
        !            22: sync
        !            23: exit 1

unix.superglobalmegacorp.com

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