diff mbox series

[2/2] brief-yoctoprojectqs: fix runqemu command

Message ID 20260416092512.99054-2-elmehdi.younes@smile.fr
State Accepted
Headers show
Series [1/2] brief-yoctoprojectqs: fix the allow root login command | expand

Commit Message

El Mehdi YOUNES April 16, 2026, 9:25 a.m. UTC
'runqemu qemux86-64' throws a MACHINE assignment conflict because the
machine is already set via the enabled fragment. Additionally, the
default compressed '.zst' image requires the 'snapshot' mode to boot.
Changed the command to 'runqemu snapshot'.

ERROR: A builtin fragment 'machine/qemux86-64' is used while MACHINE has already got an assignment.
ERROR: .zst images are only supported with snapshot mode. You can either use the "snapshot" option or use an uncompressed image

Signed-off-by: El Mehdi YOUNES <elmehdi.younes@smile.fr>
---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 63ed583dc..7fbf92098 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -333,7 +333,7 @@  an entire Linux distribution, including the toolchain, from source.
 
    .. code-block:: console
 
-      $ runqemu qemux86-64
+      $ runqemu snapshot
 
    If you want to learn more about running QEMU, see the
    :ref:`dev-manual/qemu:using the quick emulator (qemu)` chapter in