From cd386d88e10dfe98527fb2cdb6d261ffe9e9ee79 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 27 May 2021 13:01:33 +0100
Subject: [PATCH] docs/qemux86: Use wic images

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 docs/hardware-support/virtual-boards/qemux86-64.rst | 2 +-
 docs/hardware-support/virtual-boards/qemux86.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hardware-support/virtual-boards/qemux86-64.rst b/docs/hardware-support/virtual-boards/qemux86-64.rst
index fdcc68ea..9d51956f 100644
--- a/docs/hardware-support/virtual-boards/qemux86-64.rst
+++ b/docs/hardware-support/virtual-boards/qemux86-64.rst
@@ -46,4 +46,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 
 .. code-block:: console
 
-   $ MACHINE=qemux86-64 runqemu
+   $ MACHINE=qemux86-64 runqemu allscenarios-image-base wic
diff --git a/docs/hardware-support/virtual-boards/qemux86.rst b/docs/hardware-support/virtual-boards/qemux86.rst
index 2d1a9b3c..3e88b2ab 100644
--- a/docs/hardware-support/virtual-boards/qemux86.rst
+++ b/docs/hardware-support/virtual-boards/qemux86.rst
@@ -46,4 +46,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 
 .. code-block:: console
 
-   $ MACHINE=qemux86 runqemu
+   $ MACHINE=qemux86 runqemu allscenarios-image-base wic
-- 
GitLab