date and time created 87/04/07 19:51:14 by karels
[unix-history] / usr / src / sys / tahoe / dist / buildmini
#!/bin/sh
#
# Copyright (c) 1983 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)buildmini 1.1 (Berkeley) %G%
#
miniroot=dk4a
#
date
umount /dev/${miniroot}
newfs -s 4096 ${miniroot}
fsck /dev/r${miniroot}
mount /dev/${miniroot} /mnt
cd /mnt; sh /sys/tahoedist/get
cd /sys/tahoedist; sync
umount /dev/${miniroot}
fsck /dev/${miniroot}
date