summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr.sbin/pc-sysinstall/backend-query/disk-info.sh2
1 files changed, 1 insertions, 1 deletions
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}"
-
OpenPOWER on IntegriCloud