summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dist/buildmini
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 18:05:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 18:05:53 +0000
commit26be951ac2e0a61bc9a03e91e8b69ebb375d3ee9 (patch)
treeb4f7c9527810840c31850f001fad8ede21064f2c /sys/arch/pmax/dist/buildmini
parentb5ac7add8214b5b1d3a3557e63ece819dd1e7c56 (diff)
from netbsd:
Update the old (4.4bsd/pmax) miniroot build scripts to put mount_ffs on a miniroot, until the new miniroot tools work on a pmax.
Diffstat (limited to 'sys/arch/pmax/dist/buildmini')
-rw-r--r--sys/arch/pmax/dist/buildmini4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dist/buildmini b/sys/arch/pmax/dist/buildmini
index bdede17b376..a5554995780 100644
--- a/sys/arch/pmax/dist/buildmini
+++ b/sys/arch/pmax/dist/buildmini
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: buildmini,v 1.5 1994/11/23 18:13:58 dean Exp $
+# $NetBSD: buildmini,v 1.6 1995/12/22 08:08:19 jonathan Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@ minimnt=/tmp/mini
date
mkdir ${minimnt}
umount /dev/${miniroot}
-newfs -s 10240 ${miniroot}
+newfs -s 10240 -b 4096 -f 512 -i 40960 ${miniroot}
fsck /dev/r${miniroot}
mount /dev/${miniroot} ${minimnt}
cd ${minimnt}; sh ${dist}/get