xref: /original-bsd/sys/vax/dist/buildmini (revision 3186685f)
1#!/bin/sh
2#
3# Copyright (c) 1980 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.7 (Berkeley) 06/23/85
8#
9miniroot=hp0d
10minitype=rm80
11#
12date
13umount /dev/${miniroot}
14newfs -s 4096 ${miniroot} ${minitype}
15fsck /dev/r${miniroot}
16mount /dev/${miniroot} /mnt
17cd /mnt; sh /sys/dist/get
18cd /sys/dist; sync
19umount /dev/${miniroot}
20fsck /dev/${miniroot}
21date
22