From f5a856d8a733d24400f63121a473befae5b50e32 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 26 Sep 1997 01:51:31 +0000 Subject: Don't give newfs a disk-type. We already labelled the damn thing. --- distrib/sparc/floppies/kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/sparc/floppies/kernel') diff --git a/distrib/sparc/floppies/kernel/Makefile b/distrib/sparc/floppies/kernel/Makefile index 2d6c61c22ce..f2f9c2285cc 100644 --- a/distrib/sparc/floppies/kernel/Makefile +++ b/distrib/sparc/floppies/kernel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/09/05 21:17:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 1997/09/26 01:51:30 millert Exp $ .include "../Makefile.inc" @@ -23,7 +23,7 @@ all: bsd dd if=/dev/zero of=${REALIMAGE} bs=10k count=144 vnconfig -v -c ${VND} ${REALIMAGE} disklabel -w ${VND} floppy - newfs -O -m 0 -o space -i 20480 -c 80 ${VND_RDEV} floppy + newfs -O -m 0 -o space -i 20480 -c 80 ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} sync; /usr/mdec/binstall -v ffs ${MOUNT_POINT} TOPDIR=${.CURDIR}/.. CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ -- cgit v1.2.3