Skip to content

Commit 30c2901

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
Documentation: typo in Ubuntu tutorial and additional note
Fix one typo (in a command) in the tutorial entitled "Using Ubuntu as the Service OS". Add a note explaining that a script may have to be adjusted based on the HW set-up (network interface name). Tracked-On: #1502 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent fabe607 commit 30c2901

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/tutorials/using_ubuntu_as_sos.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
267267

268268
.. code-block:: none
269269
270-
sudo apt-get instal iasl
270+
sudo apt-get install iasl
271271
sudo cp /usr/bin/iasl /usr/sbin/iasl
272272
273273
* Adjust ``launch_uos.sh``
@@ -328,7 +328,11 @@ script example shows how to set this up (verified in Ubuntu 14.04 and 16.04 as t
328328
329329
brctl addif acrn-br0 acrn_tap0
330330
ip link set dev acrn_tap0 up
331-
331+
332+
.. note::
333+
The SOS network interface is called ``enp3s0`` in the script above. You will need
334+
to adjust the script if your system uses a different name (e.g. ``eno1``).
335+
332336
Enabling USB keyboard and mouse
333337
*******************************
334338

0 commit comments

Comments
 (0)