diff options
author | 2005-08-06 18:07:17 +0000 | |
---|---|---|
committer | 2005-08-06 18:07:17 +0000 | |
commit | bc57787c0654bd29c4e7788a1de1b5264aa08769 (patch) | |
tree | 36e1b6f97547b5698d822c72634a40d9037ee789 | |
parent | Remove 16 bit mode_t leftover in syscall processing. (diff) | |
download | wireguard-openbsd-bc57787c0654bd29c4e7788a1de1b5264aa08769.tar.xz wireguard-openbsd-bc57787c0654bd29c4e7788a1de1b5264aa08769.zip |
use perfect options for actual floppy newfs
-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 |