summaryrefslogtreecommitdiff
path: root/distrib/sparc64/ramdiskB
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-04-13 17:34:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-04-13 17:34:41 +0000
commitaaadc3febf45ff292d15ca0da9ace923293833ed (patch)
treed07b1482b76432aca003468d90e61f594484fdd7 /distrib/sparc64/ramdiskB
parentd49a4ab20340009afee5741854fcc2ef8a167471 (diff)
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.
Diffstat (limited to 'distrib/sparc64/ramdiskB')
-rw-r--r--distrib/sparc64/ramdiskB/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile
index e06ae7644de..d91dec64f17 100644
--- a/distrib/sparc64/ramdiskB/Makefile
+++ b/distrib/sparc64/ramdiskB/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2007/04/09 14:55:11 millert Exp $
+# $OpenBSD: Makefile,v 1.11 2007/04/13 17:34:40 millert Exp $
TOP= ${.CURDIR}/..
@@ -42,7 +42,7 @@ STRIP?= strip
DISKTYPE= rdroot
NBLKS= 6144
# minfree, opt, b/i trks, sects, cpg
-NEWFSARGS= -m 0 -o space -c 16 -i 8192
+NEWFSARGS= -m 0 -o space -i 8192
.ifndef DESTDIR
all ${IMAGE}:
@@ -60,7 +60,7 @@ ${FLOPPY}: bsd.gz ${BOOT} /usr/
dd if=/dev/zero of=${REALIMAGE} count=${FLOPPYSIZE}
vnconfig -v -c ${VND} ${REALIMAGE}
disklabel -w ${RAWLABEL} ${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}
cp ${DESTDIR}/usr/mdec/ofwboot ${MOUNT_POINT}/
cp bsd.gz ${MOUNT_POINT}/bsd