Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded add -F to fdisk



details:   https://anonhg.NetBSD.org/src/rev/d4c327cc27f5
branches:  trunk
changeset: 784816:d4c327cc27f5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 16:12:37 2013 +0000

description:
add -F to fdisk

diffstat:

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

diffs (20 lines):

diff -r ed4b4e212cbd -r d4c327cc27f5 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Sun Feb 10 16:06:24 2013 +0000
+++ b/distrib/utils/embedded/mkimage    Sun Feb 10 16:12:37 2013 +0000
@@ -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 @@
 ${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



Home | Main Index | Thread Index | Old Index