From e3ba377698887def72de74d54056d7ad139ff509 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Tue, 4 Jul 2017 10:52:10 -0700 Subject: [PATCH] yocto-project-qs: Updated exit QEMU instructions. Removed "poweroff" command to exit and replaced with "Ctrl-C". (From yocto-docs rev: 9251f7ebaf4898acbf30e4b650393a62ad16cb9a) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 8040702dd1..6182b97fdd 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -668,8 +668,8 @@ Exit QEMU: Exit QEMU by either clicking on the shutdown icon or by - opening a terminal, typing - poweroff, and then pressing "Enter". + typing Ctrl-C in the QEMU + transcript window from which you evoked QEMU.