Module Name:    src
Committed By:   christos
Date:           Sun Feb 10 16:12:37 UTC 2013

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

Log Message:
add -F to fdisk


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/distrib/utils/embedded/mkimage:1.28
--- src/distrib/utils/embedded/mkimage:1.27	Sun Feb 10 10:51:59 2013
+++ src/distrib/utils/embedded/mkimage	Sun Feb 10 11:12:37 2013
@@ -1,5 +1,5 @@
-#!/bin/sh
-# $NetBSD: mkimage,v 1.27 2013/02/10 15:51:59 christos Exp $
+#!/bin/sh -x
+# $NetBSD: mkimage,v 1.28 2013/02/10 16:12:37 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 -u -0 -s ${msdosid}/${init}/${boot} -F ${image}
+	${FDISK} -F -f -u -0 -s ${msdosid}/${init}/${boot} -F ${image}
 fi
 
 if $compress; then

Reply via email to