Merge "Improve DIB description in Image Guide"

This commit is contained in:
Jenkins 2015-07-01 13:49:22 +00:00 committed by Gerrit Code Review
commit b04d54063f
1 changed files with 8 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<section xml:id="Diskimage-builder">
<title>Diskimage-builder</title>
<para><link xlink:href="http://docs.openstack.org/developer/diskimage-builder/"
>diskimage-builder</link> is an automated disk image creation
>Diskimage-builder</link> is an automated disk image creation
tool that supports a variety of distributions and architectures.
Diskimage-builder (DIB) can build images for Fedora,
Red Hat Enterprise Linux, Ubuntu, Debian, CentOS, and openSUSE.
@ -25,8 +25,13 @@
environment variables or adding elements to the command-line:</para>
<screen><prompt>#</prompt> <userinput>disk-image-create -a armhf ubuntu vm</userinput></screen>
<para>This example creates the image as before, but for arm architecture.
More elements are available on <link xlink:href="https://github.com/openstack/diskimage-builder/tree/master/elements">github</link>.
</para></section>
More elements are available in the
<link xlink:href="https://github.com/openstack/diskimage-builder/tree/master/elements"
>git source directory</link> and documented in the <link
xlink:href="http://docs.openstack.org/developer/diskimage-builder/elements.html"
>diskimage-builder documentation</link>.
</para>
</section>
<section xml:id="oz">
<title>Oz</title>