|
|
1.1 ! root 1: : /etc/brc.build 5/31/91 ! 2: : COHERENT executes this script when it boots. ! 3: : This version invokes /etc/build ! 4: : to install floppy-based COHERENT to the hard disk. ! 5: ! 6: : Configure RAM disk and mount it on /tmp. ! 7: . /etc/.profile ! 8: /etc/mkfs /dev/ram1 384 ! 9: /etc/mount /dev/ram1 /tmp ! 10: ! 11: : Load drivers. ! 12: /etc/drvld.all ! 13: ! 14: : Set the date from the system clock. ! 15: . /etc/timezone ! 16: /bin/date -s `/etc/ATclock` >/dev/null ! 17: ! 18: : /etc/build reboots automatically on success. ! 19: : Trap in case interrupted. ! 20: trap 'echo; echo Aborted...' 1 2 3 ! 21: if /etc/build ! 22: then ! 23: else ! 24: echo The COHERENT system installation failed, please reboot and try again. ! 25: fi ! 26: sync ! 27: exit 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.