diff options
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index a963268347..f0614d5d5b 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -1243,11 +1243,11 @@ | |||
1243 | runqemu qemux86-64 core-image-sato ext4 | 1243 | runqemu qemux86-64 core-image-sato ext4 |
1244 | runqemu qemux86-64 wic-image-minimal wic | 1244 | runqemu qemux86-64 wic-image-minimal wic |
1245 | runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial | 1245 | runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial |
1246 | runqemu qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs/cpio.gz... | 1246 | runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz... |
1247 | runqemu qemux86 qemuparams="-m 256" | 1247 | runqemu qemux86 qemuparams="-m 256" |
1248 | runqemu qemux86 bootparams="psplash=false" | 1248 | runqemu qemux86 bootparams="psplash=false" |
1249 | runqemu path/to/<image>-<machine>.vmdk | ||
1250 | runqemu path/to/<image>-<machine>.wic | 1249 | runqemu path/to/<image>-<machine>.wic |
1250 | runqemu path/to/<image>-<machine>.wic.vmdk | ||
1251 | </literallayout> | 1251 | </literallayout> |
1252 | </para> | 1252 | </para> |
1253 | </section> | 1253 | </section> |
@@ -1274,9 +1274,9 @@ | |||
1274 | <listitem><para> | 1274 | <listitem><para> |
1275 | <filename><replaceable>VM</replaceable></filename>: | 1275 | <filename><replaceable>VM</replaceable></filename>: |
1276 | The virtual machine image, which must be a | 1276 | The virtual machine image, which must be a |
1277 | <filename>.vmdk</filename> file. | 1277 | <filename>.wic.vmdk</filename> file. |
1278 | Use this option when you want to boot a | 1278 | Use this option when you want to boot a |
1279 | <filename>.vmdk</filename> image. | 1279 | <filename>.wic.vmdk</filename> image. |
1280 | The image filename you provide must contain one of the | 1280 | The image filename you provide must contain one of the |
1281 | following strings: "qemux86-64", "qemux86", "qemuarm", | 1281 | following strings: "qemux86-64", "qemux86", "qemuarm", |
1282 | "qemumips64", "qemumips", "qemuppc", or "qemush4". | 1282 | "qemumips64", "qemumips", "qemuppc", or "qemush4". |