From dddf5cf926083b18979cdfde909c11750d3ef792 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Wed, 20 Sep 2023 16:32:57 +0100 Subject: [PATCH] clarify why the export is required and for what Signed-off-by: Camila Macedo --- .../reference-manual/qemu/qemu-instructions.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/reference-manual/qemu/qemu-instructions.template b/source/reference-manual/qemu/qemu-instructions.template index eeb821ef9..9306eb3ea 100644 --- a/source/reference-manual/qemu/qemu-instructions.template +++ b/source/reference-manual/qemu/qemu-instructions.template @@ -21,17 +21,17 @@ Booting in QEMU .. important:: These instructions require QEMU 5.2 or later. +#. List available Targets and decide on which to boot:: + + fioctl targets list + .. note:: - Make sure to set the FIOCTL_FACTORY environment variable: + Make sure to set the FIOCTL_FACTORY environment variable so that you can list the target of the specified factory: .. parsed-literal:: export FIOCTL_FACTORY= -#. List available Targets and decide on which to boot:: - - fioctl targets list - #. Make a directory for the artifacts and ``cd`` into it: .. parsed-literal::