Module Name:    src
Committed By:   htodd
Date:           Wed Apr  3 19:37:43 UTC 2013

Modified Files:
        src/distrib/utils/embedded: mkimage

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.37 src/distrib/utils/embedded/mkimage:1.38
--- src/distrib/utils/embedded/mkimage:1.37	Thu Mar 28 00:20:02 2013
+++ src/distrib/utils/embedded/mkimage	Wed Apr  3 19:37:43 2013
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: mkimage,v 1.37 2013/03/28 00:20:02 jmcneill Exp $
+# $NetBSD: mkimage,v 1.38 2013/04/03 19:37:43 htodd Exp $
 #
 # Copyright (c) 2013 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -156,8 +156,8 @@ if [ -z "$bootonly" ]; then
 	echo ${bar} Populating ffs filesystem ${bar}
 	${MAKEFS} -N ${release}/etc -t ffs -rx \
 	    -O $(((${init} + ${boot} + ${swap}) / 2))m \
-	    -b $((${extra} / 2))m \
-	    -o d=4096 \
+		-o d=4096 \
+	    -b $((${extra}))m \
 	    -F "$tmp/selected_sets" ${image} "${release}" "${mnt}"
 fi
 

Reply via email to