From aaadc3febf45ff292d15ca0da9ace923293833ed Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 13 Apr 2007 17:34:41 +0000 Subject: 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. --- distrib/vax/common/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/vax/common') diff --git a/distrib/vax/common/Makefile.inc b/distrib/vax/common/Makefile.inc index 5081a25d2c4..82b8a69a5ed 100644 --- a/distrib/vax/common/Makefile.inc +++ b/distrib/vax/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2002/04/30 07:23:29 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2007/04/13 17:34:40 millert Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -22,7 +22,7 @@ all: ${CBIN} bootroot dd if=/dev/zero of=${IMAGE} bs=64k count=32 vnconfig -v -c ${VND} ${IMAGE} disklabel -w ${VND} miniroot - newfs -O -m 0 -o space -i 8192 ${VND_RDEV} + newfs -O 0 -m 0 -o space -i 8192 ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ @@ -39,7 +39,7 @@ bootroot: xxboot boot dd if=/dev/zero of=${BOOTSYS} bs=512 count=8192 vnconfig -v -c ${VND} ${BOOTSYS} disklabel -w ${VND} bootroot - newfs -O -m 0 -o space -i 8192 ${VND_RDEV} + newfs -O 0 -m 0 -o space -i 8192 ${VND_RDEV} dd if=xxboot of=${VND_RDEV} count=16 mount ${VND_DEV} ${MOUNT_POINT} cp boot ${MOUNT_POINT} -- cgit v1.2.3