Improve DIB description in Image Guide

Update wording and links to improve description.

Change-Id: I1d8b4dec2dc53f00bb187177d429930dc06b40d2
This commit is contained in:
Andreas Jaeger 2015-07-01 12:00:02 +02:00
parent 79be92627c
commit a1c50eb5a7
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>