summaryrefslogtreecommitdiff
path: root/tools/build-on-freebsd
diff options
context:
space:
mode:
authorHarm Weites <harm@weites.com>2014-08-09 10:57:28 +0000
committerHarm Weites <harm@weites.com>2014-08-09 10:57:28 +0000
commit5d96928ee2a2573aaf49727adafc91120daa1d36 (patch)
tree13ca14b1883f5bfa12a41e621906b4fe31e9ab10 /tools/build-on-freebsd
parentaff5c13ac9e3723e99d7414ac82f30c853f453fd (diff)
downloadvyos-cloud-init-5d96928ee2a2573aaf49727adafc91120daa1d36.tar.gz
vyos-cloud-init-5d96928ee2a2573aaf49727adafc91120daa1d36.zip
new: Some datasources (like Smartos) use dmidecode to gather some specific
information, so install it.
Diffstat (limited to 'tools/build-on-freebsd')
-rwxr-xr-xtools/build-on-freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd
index 52bceb21..ff59bd25 100755
--- a/tools/build-on-freebsd
+++ b/tools/build-on-freebsd
@@ -4,7 +4,7 @@
# will optionally make a first run at the end.
# Check dependencies:
-[ ! -f /tmp/c-i.dependencieschecked ] && pkg install py27-cheetah py27-Jinja2 py27-prettytable py27-oauth py27-serial py27-configobj py27-yaml py27-argparse py27-requests py27-six py27-boto gpart sudo
+[ ! -f /tmp/c-i.dependencieschecked ] && pkg install py27-cheetah py27-Jinja2 py27-prettytable py27-oauth py27-serial py27-configobj py27-yaml py27-argparse py27-requests py27-six py27-boto gpart sudo dmidecode
touch /tmp/c-i.dependencieschecked
# Required but unavailable port/pkg: py27-jsonpatch