summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
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