Module Name: src
Committed By: christos
Date: Sun Feb 10 16:13:23 UTC 2013
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
don't dup -F
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/distrib/utils/embedded/mkimage:1.29
--- src/distrib/utils/embedded/mkimage:1.28 Sun Feb 10 11:12:37 2013
+++ src/distrib/utils/embedded/mkimage Sun Feb 10 11:13:23 2013
@@ -1,5 +1,5 @@
#!/bin/sh -x
-# $NetBSD: mkimage,v 1.28 2013/02/10 16:12:37 christos Exp $
+# $NetBSD: mkimage,v 1.29 2013/02/10 16:13:23 christos Exp $
#
# Copyright (c) 2013 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -157,7 +157,7 @@ make_label > ${tmp}/label
${DISKLABEL} -R -F ${image} ${tmp}/label
if [ -n ${msdosid} ]; then
echo ${bar} Running fdisk ${bar}
- ${FDISK} -F -f -u -0 -s ${msdosid}/${init}/${boot} -F ${image}
+ ${FDISK} -f -u -0 -s ${msdosid}/${init}/${boot} -F ${image}
fi
if $compress; then