diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-06 18:07:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-06 18:07:18 +0000 |
commit | 6ca1bc424ce7a513729277528eaf07b5629c67d3 (patch) | |
tree | 1583ddbe259bb8b0a60fe712a5209aec76c40ee9 /distrib/sparc64 | |
parent | c34587d22d99b424a080bd45bdd15912c80c0036 (diff) |
use perfect options for actual floppy newfs
Diffstat (limited to 'distrib/sparc64')
-rw-r--r-- | distrib/sparc64/ramdisk/Makefile | 4 | ||||
-rw-r--r-- | distrib/sparc64/ramdiskB/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile index ccc5c41e536..a76693dd03f 100644 --- a/distrib/sparc64/ramdisk/Makefile +++ b/distrib/sparc64/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2002/06/09 05:53:55 todd Exp $ +# $OpenBSD: Makefile,v 1.14 2005/08/06 18:07:17 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -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 ${NEWFSOPTS_FD} ${VND_RDEV} + newfs -m 0 -o space -i 524288 -c 80 ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} cp ${DESTDIR}/usr/mdec/ofwboot ${MOUNT_POINT}/ cp bsd.gz ${MOUNT_POINT}/bsd diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index 9ac26a7acf1..535a793819a 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/06/09 05:53:55 todd Exp $ +# $OpenBSD: Makefile,v 1.8 2005/08/06 18:07:17 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -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 ${NEWFSOPTS_FD} ${VND_RDEV} + newfs -m 0 -o space -i 524288 -c 80 ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} cp ${DESTDIR}/usr/mdec/ofwboot ${MOUNT_POINT}/ cp bsd.gz ${MOUNT_POINT}/bsd |