From 30c29015462d23184926fd9b5a73fe15555827dc Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 17 Oct 2018 11:51:30 +0000 Subject: [PATCH] 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 --- doc/tutorials/using_ubuntu_as_sos.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/using_ubuntu_as_sos.rst b/doc/tutorials/using_ubuntu_as_sos.rst index c34b93717..476414c82 100644 --- a/doc/tutorials/using_ubuntu_as_sos.rst +++ b/doc/tutorials/using_ubuntu_as_sos.rst @@ -267,7 +267,7 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser .. code-block:: none - sudo apt-get instal iasl + sudo apt-get install iasl sudo cp /usr/bin/iasl /usr/sbin/iasl * 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 brctl addif acrn-br0 acrn_tap0 ip link set dev acrn_tap0 up - + +.. note:: + The SOS network interface is called ``enp3s0`` in the script above. You will need + to adjust the script if your system uses a different name (e.g. ``eno1``). + Enabling USB keyboard and mouse *******************************