summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-27 17:34:11 -0300
committerRenato Botelho <renato@netgate.com>2016-05-27 17:34:11 -0300
commit91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1 (patch)
treecaa7fb319eb12ee683d77defa095f821fbaaa301 /tools/builder_common.sh
parentf26731b04093acb4913219f44622583eb40ccc86 (diff)
downloadpfsense-91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1.zip
pfsense-91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1.tar.gz
Remove i386 items
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 4ea4cee..cab3b99 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -920,10 +920,6 @@ ova_setup_ovf_template() {
local _os_id="78"
local _os_type="freebsd64Guest"
local _os_descr="FreeBSD 64-Bit"
- elif [ "${TARGET}" = "i386" ]; then
- local _os_id="42"
- local _os_type="freebsdGuest"
- local _os_descr="FreeBSD"
else
echo ">>> ERROR: Platform not supported for OVA (${TARGET})"
print_error_pfS
OpenPOWER on IntegriCloud