Skip to content

Commit

Permalink
Add information on qcow2 artifact
Browse files Browse the repository at this point in the history
Additional information was added to explicitly let readers know where
the resizable images can be located. A typo was fixed, and a note on
artifact names was also added.

QA steps: Checked rendered html

This addresses FFTK-2617

Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
  • Loading branch information
kprosise committed Jul 25, 2023
1 parent f6b1968 commit d834379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/reference-manual/qemu/qemu-instructions.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
**Artifacts:**

.. important::
If you are using a prebuilt Target, your artifacts may begin with ``lmp-base-console-image`` instead.

.. parsed-literal::

└── |ARCH|
├── lmp-factory-image-|MACHINE|.wic.gz
├── other
│ └── lmp-factor-image-|MACHINE|.wic.qcow2 # optional
│ └── lmp-factory-image-|MACHINE|.wic.qcow2 # optional
└── |FIRMWARE_BLOB|

.. note::
Expand Down Expand Up @@ -38,6 +41,7 @@ Booting in QEMU

#. :ref:`Download the artifacts <gs-download>` needed for |ARCH|.
These can be found under the :guilabel:`Targets` tab for your Factory.
Resizable qcow2 images are located in the ``other`` folder.

#. `Optional`. Resize the qcow2 image:

Expand Down

0 comments on commit d834379

Please sign in to comment.