From d048a80ebb8696a2194b376c361372ce90906dda Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Fri, 9 Jan 2009 11:36:34 +0100 Subject: [PATCH] Fix last commit Uncomment line that was commented in while testing. --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0