From aaadc3febf45ff292d15ca0da9ace923293833ed Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 13 Apr 2007 17:34:41 +0000 Subject: Update install media generation to the new semantics of the -c flag. Also replace "newfs -O" with "newfs -O 0" now that -O takes an option. --- distrib/sparc64/common/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/sparc64/common') diff --git a/distrib/sparc64/common/Makefile.inc b/distrib/sparc64/common/Makefile.inc index b1f38ea013c..d005e03d624 100644 --- a/distrib/sparc64/common/Makefile.inc +++ b/distrib/sparc64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2002/04/30 09:18:20 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2007/04/13 17:34:40 millert Exp $ TOP= ${.CURDIR}/.. @@ -31,7 +31,7 @@ ${FS}: bsd.rd dd if=/dev/zero of=${REALIMAGE} bs=10k count=${FLOPPYSIZE} vnconfig -v -c ${VND} ${REALIMAGE} disklabel -w -r ${VND} ${FLOPPYTYPE} - newfs -m 0 -o space -i 524288 -c 80 ${VND_RDEV} + newfs -m 0 -o space -i 524288 -c ${FLOPPYSIZE} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ TARGDIR=${MOUNT_POINT} UTILS=${UTILS} \ @@ -48,7 +48,7 @@ ${FS}: bsd.rd DISKTYPE?= rdroot NBLKS?= 3510 # minfree, opt, b/i trks, sects, cpg -NEWFSARGS= -m 0 -o space -c 16 -i 4096 +NEWFSARGS= -m 0 -o space -i 4096 ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown -- cgit v1.2.3