1*23135Smckusick#!/bin/sh - 211049Ssam# 3*23135Smckusick# Copyright (c) 1980 Regents of the University of California. 4*23135Smckusick# All rights reserved. The Berkeley software License Agreement 5*23135Smckusick# specifies the terms and conditions for redistribution. 6*23135Smckusick# 7*23135Smckusick# @(#)buildmini 4.6 (Berkeley) 06/08/85 8*23135Smckusick# 915544Skarelsminiroot=hp0d 1013870Ssamminitype=rm80 1111049Ssam# 1211049Ssamdate 1311049Ssamumount /dev/${miniroot} 1411116Ssamnewfs -s 4096 ${miniroot} ${minitype} 1511049Ssamfsck /dev/r${miniroot} 1611049Ssammount /dev/${miniroot} /mnt 1711138Ssamcd /mnt; sh /sys/dist/get 1811049Ssamcd /sys/dist; sync 1911049Ssamumount /dev/${miniroot} 2011049Ssamfsck /dev/${miniroot} 2111049Ssamdate 22