diff options
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 6 | ||||
-rw-r--r-- | distrib/i386/iso/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index 398530a5da5..9b78c6b04b9 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.48 2019/04/28 15:21:49 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.49 2019/04/28 16:47:30 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -34,9 +34,7 @@ ${FS}: bsd.gz installboot -v -r ${MOUNT_POINT} `cat vnd` \ ${DESTDIR}/usr/mdec/biosboot ${.OBJDIR}/boot dd if=bsd.gz of=${MOUNT_POINT}/bsd bs=512 - @echo "" - @df -i ${MOUNT_POINT} - @echo "" + df -i ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u `cat vnd` rm -f vnd diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile index 4404c69b4df..d3c29586302 100644 --- a/distrib/i386/iso/Makefile +++ b/distrib/i386/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2019/04/28 15:32:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.18 2019/04/28 16:47:30 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -51,9 +51,7 @@ ${FS}: ${BASE} ${XBASE} bsd.gz ${MOUNT_POINT}/${OSREV}/${MACHINE}/SHA256 # XXX no SHA256.sig - @echo "" - @df -i ${MOUNT_POINT} - @echo "" + df -i ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u `cat vnd` rm -f vnd |