From 04eefc951633fff229e27ff9fee12318c5115527 Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Mon, 21 Mar 2022 11:22:08 -0700 Subject: [PATCH] doc: Add poweroff step to gsg - Add an optional step in GSG to power off User VM. Signed-off-by: Reyes, Amy --- doc/getting-started/getting-started.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 5c990a8e0..144dc7c13 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -710,7 +710,14 @@ Launch the User VM acrn@vecow:~$ uname -r 5.10.78-acrn-service-vm -The User VM has launched successfully. You have completed this ACRN setup. + The User VM has launched successfully. You have completed this ACRN setup. + +#. (Optional) To shut down the User VM, run this command in the terminal that is + connected to the User VM: + + .. code-block:: bash + + sudo poweroff Next Steps **************