From b6a1b1b834070bbf8858c4baea94e4288c0cd3dd Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 20 Dec 1996 06:25:15 +0000 Subject: [PATCH] add fs type arg to newfs --- distrib/i386/floppies/inst-common/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/i386/floppies/inst-common/Makefile.inc b/distrib/i386/floppies/inst-common/Makefile.inc index 47ca60f366c..3189becaf83 100644 --- a/distrib/i386/floppies/inst-common/Makefile.inc +++ b/distrib/i386/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.9 1996/09/27 11:53:32 deraadt Exp $ +# $Id: Makefile.inc,v 1.10 1996/12/20 06:25:15 kstailey Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -23,12 +23,12 @@ all: ${CBIN} dd if=/dev/zero of=${REALIMAGE} bs=10k count=120 disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${REALIMAGE} floppy5 vnconfig -v -c ${VND_DEV} ${REALIMAGE} - newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy5 + newfs -t ffs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy5 .else dd if=/dev/zero of=${REALIMAGE} bs=10k count=144 disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${REALIMAGE} floppy3 vnconfig -v -c ${VND_DEV} ${REALIMAGE} - newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy3 + newfs -t ffs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy3 .endif mount ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u -- 2.20.1