Skip to content

Commit 5a2695d

Browse files
committed
doc: fix gsg instructions for building the acrn-kernel
You need to be in the acrn-kernel directory in order to ``run make distclean`` Also remove mention of 6 vms... Signed-off-by: David B. Kinder <[email protected]>
1 parent d02288e commit 5a2695d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/getting-started/getting-started.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ Build ACRN
567567

568568
.. code-block:: bash
569569
570+
cd ~/acrn-work/acrn-kernel
570571
make distclean
571572
572573
#. Build the ACRN kernel:
@@ -606,9 +607,6 @@ Build ACRN
606607
cp ~/acrn-work/acpica-unix-20210105/generate/unix/bin/iasl "$disk"/
607608
sync && sudo umount "$disk"
608609
609-
Even though our sample default scenario defines six User VMs, we're only
610-
going to launch one of them, so we'll only need the one launch script.
611-
612610
#. Insert the USB disk you just used into the target system and run these
613611
commands to copy the files locally:
614612

0 commit comments

Comments
 (0)