xref: /original-bsd/sys/tahoe/dist/buildmini (revision 542201aa)
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) 04/07/87
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
21