diff options
Diffstat (limited to 'sys/arch/pmax/dist/buildmini')
-rw-r--r-- | sys/arch/pmax/dist/buildmini | 4 |
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 |