doc: fix missing words issue in acrn configuration tool doc

Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
lirui34 2019-10-15 11:36:53 +08:00 committed by deb-intel
parent d19592a33e
commit 44d2a56ba2
1 changed files with 4 additions and 2 deletions

View File

@ -272,13 +272,15 @@ Here is the offline configuration tool workflow:
#. Generate a patch for scenario-based VM configuration::
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
post-launch User VM::
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.