#!/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) 04/07/87 # 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