From dee5bd3b2ed69bf285a240cf3463c59eb1713c89 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 23 Mar 2018 14:47:50 -0700 Subject: [PATCH] freebsd > 9 required note. --- website/source/downloads.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 0b975246ab7..12c8b80613e 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -46,6 +46,14 @@ description: |-
  • <%= pretty_arch(arch) %>
  • <% end %> + <% if os == "freebsd" %> +
    + Note: At least FreeBSD 10-STABLE is required to run Packer. + If you'd like to run on an earlier version, please + compile Packer yourself + using the correct version of Go. +
    + <% end %>