Skip to content

Commit 44d2a56

Browse files
lirui34deb-intel
authored andcommitted
doc: fix missing words issue in acrn configuration tool doc
Signed-off-by: lirui34 <ruix.li@intel.com>
1 parent d19592a commit 44d2a56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/tutorials/acrn_configuration_tool.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,15 @@ Here is the offline configuration tool workflow:
272272
#. Generate a patch for scenario-based VM configuration::
273273

274274
cd misc/scenario_config
275-
python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario
275+
python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml
276+
277+
Note that this can also be done by clicking **Generate Scenario SRC** in the acrn-config UI.
276278

277279
#. Generate the launch script for the specified
278280
post-launch User VM::
279281

280282
cd misc/launch_config
281-
python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH_PARAM).xml$
283+
python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH).xml
282284

283285
Note that this can also be done by clicking **Generate Launch Script** in the acrn-config UI.
284286

0 commit comments

Comments
 (0)