summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-01 10:38:35 -0300
committerRenato Botelho <renato@netgate.com>2015-09-01 10:38:35 -0300
commite74b64a1ae7dd9c430c64457bd3d06e7eae6e0c6 (patch)
tree0e62a1fc8fdc66927aba71a0b72cf53f158c3c1d /tools/builder_common.sh
parentc4968f42fc320c13f433e7a73054e8b449b7cfa5 (diff)
downloadpfsense-e74b64a1ae7dd9c430c64457bd3d06e7eae6e0c6.zip
pfsense-e74b64a1ae7dd9c430c64457bd3d06e7eae6e0c6.tar.gz
Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other similar variables
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index f676558..6d0d401 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -381,7 +381,7 @@ print_flags() {
printf " Git Branch or Tag: %s\n" $GIT_REPO_BRANCH_OR_TAG
printf " MODULES_OVERRIDE: %s\n" $MODULES_OVERRIDE
printf " VMDK_DISK_CAPACITY_IN_GB: %s\n" $VMDK_DISK_CAPACITY_IN_GB
- printf " OVA_FIRST_PART_SIZE: %s\n" $OVA_FIRST_PART_SIZE
+ printf " OVA_FIRST_PART_SIZE_IN_GB: %s\n" $OVA_FIRST_PART_SIZE_IN_GB
printf " OVA_SWAP_PART_SIZE_IN_GB: %s\n" $OVA_SWAP_PART_SIZE_IN_GB
printf " OVFTEMPLATE: %s\n" $OVFTEMPLATE
printf " OVFVMDK: %s\n" $OVFVMDK
@@ -801,7 +801,7 @@ create_ova_image() {
makefs \
-B little \
-o label=${PRODUCT_NAME} \
- -s ${OVA_FIRST_PART_SIZE} \
+ -s ${OVA_FIRST_PART_SIZE_IN_GB}g \
${OVA_TMP}/${OVFUFS} \
${FINAL_CHROOT_DIR} 2>&1 >> ${LOGFILE}
OpenPOWER on IntegriCloud