diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-20 20:28:37 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-20 20:28:37 +0000 |
commit | 8201f60ceaa05dbdb3dc8dce12ee0577fc8ef3aa (patch) | |
tree | 380cb3e127fee6f6d2c3b6f989931c5062e4e54e | |
parent | 2d1d6a00a4eee9bf9f4c122d5099415dd0623af1 (diff) |
Don't use newfs -d 0, it has been the default for over a decade now.
Okay deraadt@.
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index 42022b7ce98..177687b7820 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2007/02/16 16:56:22 tsi Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2007/03/20 20:28:36 pedro Exp $ TOP= ${.CURDIR}/.. @@ -38,7 +38,7 @@ NBLKS= 5744 # old format, minfree, opt, b/i trks, sects, cpg NEWFSARGS= -t ffs -m 0 -o space NEWFSARGS_RD= -i 16384 -c 80 -NEWFSARGS_FD= -i 524288 -d 0 -e 2000 -g 100000 -h 2 -a 10000 +NEWFSARGS_FD= -i 524288 -e 2000 -g 100000 -h 2 -a 10000 ${FLOPPY}: bsd.gz dd if=/dev/zero of=${REALIMAGE} count=${FLOPPYBLKS} |