really calling disklabel with the arguments of fdisk does not work.

This commit is contained in:
christos 2013-02-10 03:09:07 +00:00
parent c4c65e1ca7
commit da71c141ee

View File

@ -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 @@ DIR="$(cd "$(dirname "$0")" && pwd)"
PROG="$(basename "$0")"
DISKLABEL=${TOOL_DISKLABEL:-disklabel}
FDISK=${TOOL_DISKLABEL:-fdisk}
FDISK=${TOOL_FDISK:-fdisk}
MAKEFS=${TOOL_MAKEFS:-makefs}
src="/usr/src"