From: Michael Neumann Date: Fri, 9 Jan 2009 10:36:34 +0000 (+0100) Subject: Fix last commit X-Git-Tag: v2.3.0~64 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d048a80ebb8696a2194b376c361372ce90906dda Fix last commit Uncomment line that was commented in while testing. --- diff --git a/nrelease/Makefile b/nrelease/Makefile index 0f2b581dbf..cc644351c8 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -318,7 +318,7 @@ mkiso: mkimg: .if defined(WITH_IMG) - #dd if=/dev/zero of=${IMGFILE} bs=1m count=${IMGSIZE} + dd if=/dev/zero of=${IMGFILE} bs=1m count=${IMGSIZE} fdisk -IB -p ${IMGFILE} vnconfig -e -s labels ${IMGVN} ${IMGFILE} # write standard disklabel