|
|
1.1 ! root 1: : /etc/brc.install 06/25/92 ! 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_400 /dev/fha0 6 ! 17: then ! 18: sync ! 19: /etc/coh_intro ! 20: echo Checking filesystems, please wait... ! 21: if /etc/fsck ! 22: then ! 23: echo You are now running single user COHERENT \(as root\). ! 24: echo Type \<Ctrl-D\> if you wish to go multiuser. ! 25: sync ! 26: exit 1 ! 27: else ! 28: echo System rebooting automatically, please wait... ! 29: /etc/reboot ! 30: exit 1 ! 31: fi ! 32: else ! 33: echo The COHERENT system installation failed, please reboot and try again. ! 34: fi ! 35: sync ! 36: exit 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.