Add FreeBSD info to image guide

Adds links to the bsd-cloudinit project in the image guide.

Change-Id: I3503b59a8e9116acdcc4dcc573d732224715776e
This commit is contained in:
Lorin Hochstein 2013-11-30 12:46:34 -05:00
parent 2e27ca7fef
commit 6c35a58d6a
2 changed files with 16 additions and 0 deletions

View File

@ -167,4 +167,5 @@ the console to complete the installation process.</computeroutput></screen>
<xi:include href="section_centos-example.xml"/>
<xi:include href="section_ubuntu-example.xml"/>
<xi:include href="section_windows-example.xml"/>
<xi:include href="section_freebsd-example.xml"/>
</chapter>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<section
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="example-freebsd-image">
<title>Example: FreeBSD image</title>
<para>We do not yet have a fully documented example of how to create a
FreeBSD image.</para>
<para>See the <link xlink:href="http://pellaeon.github.io/bsd-cloudinit/">bsd-cloudinit</link>
project for information on how to build a FreeBSD VM image that
works with OpenStack.
</para>
</section>