Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded really calling disklabel with the arg...
details: https://anonhg.NetBSD.org/src/rev/76ce78d7ed16
branches: trunk
changeset: 784804:76ce78d7ed16
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 10 03:09:07 2013 +0000
description:
really calling disklabel with the arguments of fdisk does not work.
diffstat:
distrib/utils/embedded/mkimage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 8203555f9a5e -r 76ce78d7ed16 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage Sun Feb 10 02:09:47 2013 +0000
+++ b/distrib/utils/embedded/mkimage Sun Feb 10 03:09:07 2013 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkimage,v 1.23 2013/02/10 02:09:47 christos Exp $
+# $NetBSD: mkimage,v 1.24 2013/02/10 03:09:07 christos Exp $
#
# Copyright (c) 2013 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -36,7 +36,7 @@
PROG="$(basename "$0")"
DISKLABEL=${TOOL_DISKLABEL:-disklabel}
-FDISK=${TOOL_DISKLABEL:-fdisk}
+FDISK=${TOOL_FDISK:-fdisk}
MAKEFS=${TOOL_MAKEFS:-makefs}
src="/usr/src"
Home |
Main Index |
Thread Index |
Old Index