mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 21:59:26 +00:00
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:
committed by
David Kinder
parent
a62e468aab
commit
75884af9ac
@@ -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 \
|
||||
|
Reference in New Issue
Block a user