summaryrefslogtreecommitdiff
path: root/distrib/sgi/ramdisk
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/sgi/ramdisk
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/sgi/ramdisk')
-rw-r--r--distrib/sgi/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/Makefile b/distrib/sgi/ramdisk/Makefile
index 3480b5aff8e..5f9d79d73ce 100644
--- a/distrib/sgi/ramdisk/Makefile
+++ b/distrib/sgi/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2004/08/06 22:33:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2007/04/13 17:34:40 millert Exp $
REV= ${OSrev}
@@ -25,7 +25,7 @@ PID!= echo $$$$
DISKTYPE= rdroot
NBLKS= 8192
# minfree, opt, b/i trks, sects, cpg
-NEWFSARGS= -m 0 -o space -c 16 -i 4096
+NEWFSARGS= -m 0 -o space -i 4096
.ifndef DESTDIR
all ${IMAGE}: