File:  [MW Coherent from dump] / coherent / a / etc / brc.install
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:33 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

: /etc/brc.install 10/18/90
: 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_310 /dev/fha0 4
then
	/etc/coh_intro
	echo You are now running single user COHERENT \(as root\).
	echo Type \<Ctrl-D\> if you wish to go multiuser.
else
	echo The COHERENT system installation failed, please reboot and try again.
fi
sync
exit 1

unix.superglobalmegacorp.com

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