From 26be951ac2e0a61bc9a03e91e8b69ebb375d3ee9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Dec 1995 18:05:53 +0000 Subject: 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. --- sys/arch/pmax/dist/buildmini | 4 ++-- sys/arch/pmax/dist/get | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/arch/pmax') 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 diff --git a/sys/arch/pmax/dist/get b/sys/arch/pmax/dist/get index f2d960a1610..066a5fd7ba5 100644 --- a/sys/arch/pmax/dist/get +++ b/sys/arch/pmax/dist/get @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: get,v 1.5 1994/11/23 18:13:59 dean Exp $ +# $NetBSD: get,v 1.6 1995/12/22 08:08:14 jonathan Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -61,7 +61,7 @@ for i in $ETC; do cp $DISTROOT/etc/$i etc/$i done -SBIN="disklabel fsck ifconfig init mknod mount newfs restore umount" +SBIN="disklabel fsck ifconfig init mknod mount mount_ffs mount_nfs newfs restore route umount" USBIN="pwd_mkdb" for i in $SBIN; do cp $DISTROOT/sbin/$i sbin/$i @@ -70,8 +70,10 @@ for i in $USBIN; do cp $DISTROOT/usr/sbin/$i sbin/$i done ln sbin/restore sbin/rrestore +ln sbin/mount_ffs sbin/mount_ufs BIN="[ cat cp dd echo ed expr ls mkdir mv pax rcp rm sh stty sync mt" +#UBIN="" UBIN="awk" for i in $BIN; do cp $DISTROOT/bin/$i bin/$i -- cgit v1.2.3