diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-27 11:30:09 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-27 11:30:09 -0300 |
commit | a82b9f43fa4d5bdcc1b44593563a166afe3916b2 (patch) | |
tree | 805fd6bf0c1c445f948ceb5b32529e7ff095558b /tools | |
parent | 173fa93f6bd4a0b62ed877431acbb30c8abbd27e (diff) | |
download | pfsense-a82b9f43fa4d5bdcc1b44593563a166afe3916b2.zip pfsense-a82b9f43fa4d5bdcc1b44593563a166afe3916b2.tar.gz |
Rename ova_setup_ovf_file() to ova_setup_ovf_template()
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builder_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 514c06b..5ef36d8 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -792,7 +792,7 @@ create_ova_image() { ova_prereq_check ova_remove_old_tmp_files - ova_setup_ovf_file + ova_setup_ovf_template ova_create_raw_backed_file /bin/echo -n ">>> Creating mdconfig image ${IMAGES_FINAL_DIR}/${OVFVMDK}.raw... " | tee -a ${LOGFILE} MD=$(mdconfig -a -t vnode -f ${IMAGES_FINAL_DIR}/${OVFVMDK}.raw) @@ -874,7 +874,7 @@ ova_mount_mnt() { } # called from create_ova_image -ova_setup_ovf_file() { +ova_setup_ovf_template() { if [ -f ${OVFTEMPLATE} ]; then cp ${OVFTEMPLATE} ${IMAGES_FINAL_DIR}/${PRODUCT_NAME}.ovf else |