From 745b9bbae79812c4430c3448a839743977e3eb97 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 28 Oct 2010 06:45:20 +0000 Subject: Turns out we need functions.sh in this file for convert_to_megabytes call. --- usr.sbin/pc-sysinstall/backend-query/disk-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pc-sysinstall') diff --git a/usr.sbin/pc-sysinstall/backend-query/disk-info.sh b/usr.sbin/pc-sysinstall/backend-query/disk-info.sh index 8c55fce..adaeaa5 100755 --- a/usr.sbin/pc-sysinstall/backend-query/disk-info.sh +++ b/usr.sbin/pc-sysinstall/backend-query/disk-info.sh @@ -28,6 +28,7 @@ # Query a disk for partitions and display them ############################################################################# +. ${PROGDIR}/backend/functions.sh . ${PROGDIR}/backend/functions-disk.sh DISK="${1}" @@ -57,4 +58,3 @@ echo "heads=${HEADS}" echo "sectors=${SECS}" echo "size=${MB}" echo "type=${CTYPE}" - -- cgit v1.1