Turns out we need functions.sh in this file for convert_to_megabytes call.

This commit is contained in:
Warner Losh 2010-10-28 06:45:20 +00:00
parent 8f1382d1f2
commit 1adaedf5cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214445

View File

@ -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}"