summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-qemu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.xml')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index d127c4f510..89589291fd 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -165,14 +165,14 @@
165 </literallayout> 165 </literallayout>
166 </para></listitem> 166 </para></listitem>
167 <listitem><para> 167 <listitem><para>
168 This example specifies to boot a virtual machine image 168 This example specifies to boot a virtual machine
169 (<filename>.vmdk</filename> file). 169 image (<filename>.wic.vmdk</filename> file).
170 From the <filename>.vmdk</filename>, 170 From the <filename>.wic.vmdk</filename>,
171 <filename>runqemu</filename> determines the QEMU 171 <filename>runqemu</filename> determines the QEMU
172 architecture (<replaceable>MACHINE</replaceable>) to be 172 architecture (<replaceable>MACHINE</replaceable>) to be
173 "qemux86" and the root filesystem type to be "vmdk". 173 "qemux86" and the root filesystem type to be "vmdk".
174 <literallayout class='monospaced'> 174 <literallayout class='monospaced'>
175 $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.vmdk 175 $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.wic.vmdk
176 </literallayout> 176 </literallayout>
177 </para></listitem> 177 </para></listitem>
178 </itemizedlist> 178 </itemizedlist>