Instructions to add a required dependency package

Adds the qemu package to allow creation or importing of QCOW or VMDK
(non-raw) images. Amended to correct style and verbiage errors.

Change-Id: I2919fee543e714a85042d37400c6a6d7faae62e0
Closes-bug: #1406784
This commit is contained in:
Harry Sutton 2015-05-31 15:23:59 -04:00
parent bcbb362b05
commit c3087f921f
1 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,13 @@
using the instructions in
<xref linkend="basics-ntp-other-nodes"/>.</para>
</step>
<step>
<para>If you intend to use non-raw image types such as QCOW2 and VMDK,
install the QEMU support package:</para>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install qemu</userinput></screen>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install qemu</userinput></screen>
<screen os="sles;opensuse"><prompt>#</prompt> <userinput>zypper install qemu</userinput></screen>
</step>
<step>
<para>Install the LVM packages:</para>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install lvm2</userinput></screen>