|
|
1.1 root 1: #!/bin/sh
2: #
3: # Copyright (c) 1983 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: # @(#)buildmini 4.8 (Berkeley) 6/6/86
8: #
9: miniroot=hp0d
10: minitype=rm80
11: #
12: date
13: umount /dev/${miniroot}
14: newfs -s 4096 ${miniroot} ${minitype}
15: fsck /dev/r${miniroot}
16: mount /dev/${miniroot} /mnt
17: cd /mnt; sh /sys/dist/get
18: cd /sys/dist; sync
19: umount /dev/${miniroot}
20: fsck /dev/${miniroot}
21: date
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.