1*44909Strent#!/bin/sh - 211049Ssam# 3*44909Strent# Copyright (c) 1990 The Regents of the University of California. 4*44909Strent# All rights reserved. 523135Smckusick# 6*44909Strent# %sccs.include.redist.sh% 723135Smckusick# 8*44909Strent# @(#)buildmini 4.9 (Berkeley) 07/05/90 911049Ssam# 10*44909Strent 11*44909Strentdist=/sys/vaxdist 12*44909Strentminiroot=ra1b 13*44909Strentminimnt=/tmp/mini 14*44909Strent 1511049Ssamdate 16*44909Strentmkdir ${minimnt} 1711049Ssamumount /dev/${miniroot} 18*44909Strentnewfs -s 4096 ${miniroot} 1911049Ssamfsck /dev/r${miniroot} 20*44909Strentmount /dev/${miniroot} ${minimnt} 21*44909Strentcd ${minimnt}; sh ${dist}/get 22*44909Strentcd /; sync 2311049Ssamumount /dev/${miniroot} 24*44909Strentfsck /dev/r${miniroot} 2511049Ssamdate 26