doc: Add poweroff step to gsg

- Add an optional step in GSG to power off User VM.

Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
Reyes, Amy 2022-03-21 11:22:08 -07:00 committed by David Kinder
parent f8763cc953
commit 04eefc9516
1 changed files with 8 additions and 1 deletions

View File

@ -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
**************