summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-15 22:04:26 -0300
committerRenato Botelho <renato@netgate.com>2016-03-15 22:04:26 -0300
commitadf8276934299c099f206b602bd727d947b7f88b (patch)
tree6eb01d82284b6c615a41e716f811cdd4d9c0f92a /tools/builder_defaults.sh
parentf2d83cfb7ce445d4df1370030350010a47c33473 (diff)
downloadpfsense-adf8276934299c099f206b602bd727d947b7f88b.zip
pfsense-adf8276934299c099f206b602bd727d947b7f88b.tar.gz
Add more parameters to ovf
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 925ae30..068c07a 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -362,3 +362,11 @@ else
export SNAPSHOTS_RSYNCUSER=${RSYNCUSER}
export SNAPSHOTS_RSYNCLOGS=${RSYNCLOGS}
fi
+
+if [ "${PRODUCT_NAME}" = "pfSense" ]; then
+ export VENDOR_NAME=${VENDOR_NAME:-"Electric Sheep Fencing, LLC"}
+ export OVF_INFO=${OVF_INFO:-"pfSense is a free, open source customized distribution of FreeBSD tailored for use as a firewall and router. In addition to being a powerful, flexible firewalling and routing platform, it includes a long list of related features and a package system allowing further expandability without adding bloat and potential security vulnerabilities to the base distribution. pfSense is a popular project with more than 1 million downloads since its inception, and proven in countless installations ranging from small home networks protecting a PC and an Xbox to large corporations, universities and other organizations protecting thousands of network devices."}
+else
+ export VENDOR_NAME=${VENDOR_NAME:-"nonSense"}
+ export OVF_INFO=${OVF_INFO:-"none"}
+fi
OpenPOWER on IntegriCloud