doc: remove dm dynamic param '-A'

Update document to remove 'acrn-dm' dynamic param '-A'.

Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao
2021-12-30 15:59:26 +08:00
committed by David Kinder
parent a62e468aab
commit 75884af9ac
10 changed files with 19 additions and 31 deletions

View File

@@ -784,7 +784,7 @@ Launch the User VM
.. code-block:: bash
:emphasize-lines: 4
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
--mac_seed $mac_seed \
$logger_setting \
-s 9,virtio-blk,./YaaG.img \
@@ -800,7 +800,7 @@ Launch the User VM
.. code-block:: bash
:emphasize-lines: 4
acrn-dm -A -m $mem_size -s 0:0,hostbridge \
acrn-dm -m $mem_size -s 0:0,hostbridge \
--mac_seed $mac_seed \
$logger_setting \
-s 9,virtio-blk,/home/acrn/acrn-work/ubuntu-18.04.6-desktop-amd64.iso \