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 <david.b.kinder@intel.com>
This commit is contained in:
parent
0a1ad45b32
commit
1f1ca8f253
|
@ -116,6 +116,7 @@ To set up the ACRN build environment on the development computer:
|
||||||
sudo apt install gcc \
|
sudo apt install gcc \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
|
vim \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libpciaccess-dev \
|
libpciaccess-dev \
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
|
@ -558,8 +559,8 @@ Build ACRN
|
||||||
|
|
||||||
sudo mkdir -p /boot/acrn/
|
sudo mkdir -p /boot/acrn/
|
||||||
sudo cp $disk/acrn.bin /boot/acrn
|
sudo cp $disk/acrn.bin /boot/acrn
|
||||||
sudo cp $disk/launch_uos_id3.sh ~/acrn-work
|
|
||||||
sudo cp $disk/iasl /usr/sbin/
|
sudo cp $disk/iasl /usr/sbin/
|
||||||
|
cp $disk/launch_uos_id3.sh ~/acrn-work
|
||||||
sudo umount $disk/
|
sudo umount $disk/
|
||||||
|
|
||||||
.. rst-class:: numbered-step
|
.. rst-class:: numbered-step
|
||||||
|
@ -708,7 +709,7 @@ automatically.
|
||||||
dmesg | grep ACRN
|
dmesg | grep ACRN
|
||||||
|
|
||||||
You should see "Hypervisor detected: ACRN" in the output. Example output of a
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
@ -804,7 +805,7 @@ Launch the User VM
|
||||||
|
|
||||||
ubuntu@ubuntu:~$
|
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
|
Next Steps
|
||||||
**************
|
**************
|
||||||
|
|
Loading…
Reference in New Issue