mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
doc: fix missing words issue in acrn configuration tool doc
Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
parent
d19592a33e
commit
44d2a56ba2
@ -272,13 +272,15 @@ Here is the offline configuration tool workflow:
|
|||||||
#. Generate a patch for scenario-based VM configuration::
|
#. Generate a patch for scenario-based VM configuration::
|
||||||
|
|
||||||
cd misc/scenario_config
|
cd misc/scenario_config
|
||||||
python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario
|
python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml
|
||||||
|
|
||||||
|
Note that this can also be done by clicking **Generate Scenario SRC** in the acrn-config UI.
|
||||||
|
|
||||||
#. Generate the launch script for the specified
|
#. Generate the launch script for the specified
|
||||||
post-launch User VM::
|
post-launch User VM::
|
||||||
|
|
||||||
cd misc/launch_config
|
cd misc/launch_config
|
||||||
python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH_PARAM).xml$
|
python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH).xml
|
||||||
|
|
||||||
Note that this can also be done by clicking **Generate Launch Script** in the acrn-config UI.
|
Note that this can also be done by clicking **Generate Launch Script** in the acrn-config UI.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user