summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-18 09:10:29 -0300
committerRenato Botelho <renato@netgate.com>2016-03-18 09:10:29 -0300
commitb00400ef890e8c574a76855e95871b1e7bf8042c (patch)
tree2e5775cba2416be1276d89a46e442d3715f62293 /build.sh
parentc471c102c889e70b0358287b60a66ab1b075422a (diff)
downloadpfsense-b00400ef890e8c574a76855e95871b1e7bf8042c.zip
pfsense-b00400ef890e8c574a76855e95871b1e7bf8042c.tar.gz
Stop creating a meta package pfSense-vmware and pre-install pfSense-pkg-Open-VM-Tools on ova
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