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

1.1     ! root        1: : /etc/brc.install 10/18/90
        !             2: : COHERENT executes this script when it boots.
        !             3: : If the exit status is 0, it goes multiuser immediately.
        !             4: : This version invokes /etc/install
        !             5: : to complete the installation of COHERENT.
        !             6: 
        !             7: : Set the date from the system clock.
        !             8: . /etc/timezone
        !             9: /bin/date -s `/etc/ATclock` >/dev/null
        !            10: 
        !            11: : Load loadable drivers.
        !            12: /etc/drvld.all
        !            13: 
        !            14: : Trap in case interrupted.
        !            15: trap 'echo; echo Aborted...' 1 2 3
        !            16: if /etc/install -b Coh_310 /dev/fha0 4
        !            17: then
        !            18:        /etc/coh_intro
        !            19:        echo You are now running single user COHERENT \(as root\).
        !            20:        echo Type \<Ctrl-D\> if you wish to go multiuser.
        !            21: else
        !            22:        echo The COHERENT system installation failed, please reboot and try again.
        !            23: fi
        !            24: sync
        !            25: exit 1

unix.superglobalmegacorp.com

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