From 1f1ca8f253738f13ca08a31c36f2c8b450dc5c80 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 8 Sep 2021 12:29:30 -0700 Subject: [PATCH] doc: tweak GSG DX issues Fix some issues found during DX studies of the new GSG that are trivial changes but are impacting users in the study. Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 5ce10a0ea..50755b8db 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -116,6 +116,7 @@ To set up the ACRN build environment on the development computer: sudo apt install gcc \ git \ make \ + vim \ libssl-dev \ libpciaccess-dev \ uuid-dev \ @@ -558,8 +559,8 @@ Build ACRN sudo mkdir -p /boot/acrn/ sudo cp $disk/acrn.bin /boot/acrn - sudo cp $disk/launch_uos_id3.sh ~/acrn-work sudo cp $disk/iasl /usr/sbin/ + cp $disk/launch_uos_id3.sh ~/acrn-work sudo umount $disk/ .. rst-class:: numbered-step @@ -708,7 +709,7 @@ automatically. dmesg | grep ACRN You should see "Hypervisor detected: ACRN" in the output. Example output of a - successful installation (your's may look slightly different): + successful installation (yours may look slightly different): .. code-block:: console @@ -804,7 +805,7 @@ Launch the User VM ubuntu@ubuntu:~$ -The guest VM has launched successfully. You have completed this ACRN setup. +The User VM has launched successfully. You have completed this ACRN setup. Next Steps **************