|
|
1.1 root 1: #!/bin/sh
2: #
3: # Copyright (c) 1986 Regents of the University of California.
4: # All rights reserved. The Berkeley software License Agreement
5: # specifies the terms and conditions for redistribution.
6: #
7: # @(#)buildboot 1.2 (Berkeley) 7/9/88
8: #
9: boot=dk2a
10: boottype=xfd
11: bootmnt=/tmp/mini
12: DISTROOT=/nbsd
13:
14: date
15: umount /dev/${boot}
16: newfs -s 1200 ${boot} ${boottype}
17: fsck /dev/r${boot}
18: mount /dev/${boot} ${bootmnt}
19: cp $DISTROOT/stand/copy ${bootmnt}
20: #cp $DISTROOT/stand/vdformat ${bootmnt}
21: cp $DISTROOT/boot ${bootmnt}
22: cp $DISTROOT/wcs ${bootmnt}
23: cp $DISTROOT/fppwcs ${bootmnt}
24: #cp $DISTROOT/poc ${bootmnt}
25: #cp $DISTROOT/poc1 ${bootmnt}
26: #cp $DISTROOT/poc2 ${bootmnt}
27: #cp $DISTROOT/fppoc ${bootmnt}
28: sync
29: umount /dev/${boot}
30: fsck /dev/${boot}
31: date
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.