Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded don't dup -F



details:   https://anonhg.NetBSD.org/src/rev/063b187e952b
branches:  trunk
changeset: 784818:063b187e952b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 16:13:23 2013 +0000

description:
don't dup -F

diffstat:

 distrib/utils/embedded/mkimage |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a510b230d92a -r 063b187e952b distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Sun Feb 10 16:13:00 2013 +0000
+++ b/distrib/utils/embedded/mkimage    Sun Feb 10 16:13:23 2013 +0000
@@ -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 @@
 ${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



Home | Main Index | Thread Index | Old Index