summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e6f2a8d..19d8adb 100755
--- a/build.sh
+++ b/build.sh
@@ -434,8 +434,11 @@ for _IMGTOBUILD in $_IMAGESTOBUILD; do
create_nanobsd_diskimage ${_IMGTOBUILD} "${FLASH_SIZE}"
;;
ova)
- install_pkg_install_ports ${PRODUCT_NAME}-vmware
+ old_custom_package_list="${custom_package_list}"
+ export custom_package_list="${custom_package_list} ${PRODUCT_NAME}-pkg-Open-VM-Tools"
+ install_pkg_install_ports
create_ova_image
+ export custom_package_list="${old_custom_package_list}"
install_pkg_install_ports
;;
esac
OpenPOWER on IntegriCloud