From a884fa15fb98884a58f5326bfe2be0b7194ae40c Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 8 Jun 2020 18:34:16 -0700 Subject: [PATCH] doc: update tools docs to use vm-ubuntu name Signed-off-by: David B. Kinder --- misc/acrn-manager/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/acrn-manager/README.rst b/misc/acrn-manager/README.rst index 47a652c69..826323499 100644 --- a/misc/acrn-manager/README.rst +++ b/misc/acrn-manager/README.rst @@ -83,7 +83,7 @@ Use the ``list`` command to display VMs and their state: # acrnctl list vm1-14:59:30 untracked - vm-yocto stopped + vm-ubuntu stopped vm-android stopped Start VM @@ -94,7 +94,7 @@ command: .. code-block:: none - # acrnctl start vm-yocto + # acrnctl start vm-ubuntu Stop VM ======= @@ -103,7 +103,7 @@ Use the ``stop`` command to stop one or more running VM: .. code-block:: none - # acrnctl stop vm-yocto vm1-14:59:30 vm-android + # acrnctl stop vm-ubuntu vm1-14:59:30 vm-android Use the optional ``-f`` or ``--force`` argument to force the stop operation. This will trigger an immediate shutdown of the User VM by the ACRN Device Model @@ -112,7 +112,7 @@ gracefully by itself. .. code-block:: none - # acrnctl stop -f vm-yocto + # acrnctl stop -f vm-ubuntu RESCAN BLOCK DEVICE ===================