Merge pull request #6053 from hashicorp/fix5958

freebsd > 9 required note.
This commit is contained in:
Megan Marsh 2018-03-23 15:59:30 -07:00 committed by GitHub
commit b5635ac393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,14 @@ description: |-
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
<% end %>
</ul>
<% if os == "freebsd" %>
<div class="alert alert-info">
Note: At least <code>FreeBSD 10-STABLE</code> is required to run Packer.
If you'd like to run on an earlier version, please
<a href="/docs/install/index.html#compiling-from-source">compile Packer yourself</a>
using the <a href="https://github.com/golang/go/wiki/FreeBSD">correct version of Go</a>.
</div>
<% end %>
<div class="clearfix"></div>
</div>
</div>