|
|
coherent
: /etc/brc.install 06/25/92 : COHERENT executes this script when it boots. : If the exit status is 0, it goes multiuser immediately. : This version invokes /etc/install : to complete the installation of COHERENT. : Set the date from the system clock. . /etc/timezone /bin/date -s `/etc/ATclock` >/dev/null : Load loadable drivers. /etc/drvld.all : Trap in case interrupted. trap 'echo; echo Aborted...' 1 2 3 if /etc/install -b Coh_400 /dev/fha0 6 then sync /etc/coh_intro echo Checking filesystems, please wait... if /etc/fsck then echo You are now running single user COHERENT \(as root\). echo Type \<Ctrl-D\> if you wish to go multiuser. sync exit 1 else echo System rebooting automatically, please wait... /etc/reboot exit 1 fi else echo The COHERENT system installation failed, please reboot and try again. fi sync exit 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.