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

: /etc/brc.build 5/31/91
: COHERENT executes this script when it boots.
: This version invokes /etc/build
: to install floppy-based COHERENT to the hard disk.

: Configure RAM disk and mount it on /tmp.
. /etc/.profile
/etc/mkfs /dev/ram1 384
/etc/mount /dev/ram1 /tmp

: Load drivers.
/etc/drvld.all

: Set the date from the system clock.
. /etc/timezone
/bin/date -s `/etc/ATclock` >/dev/null

: /etc/build reboots automatically on success.
: Trap in case interrupted.
trap 'echo; echo Aborted...' 1 2 3
if /etc/build
then
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.