bring up to revision 7 for tahoe release
[unix-history] / usr / src / sys / tahoe / dist / buildmini
CommitLineData
fff3e88c
MK
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 1.1 (Berkeley) %G%
8#
9miniroot=dk4a
10#
11date
12umount /dev/${miniroot}
13newfs -s 4096 ${miniroot}
14fsck /dev/r${miniroot}
15mount /dev/${miniroot} /mnt
16cd /mnt; sh /sys/tahoedist/get
17cd /sys/tahoedist; sync
18umount /dev/${miniroot}
19fsck /dev/${miniroot}
20date