mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 15:31:35 +00:00
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>
This commit is contained in:
parent
fabe607247
commit
30c2901546
@ -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
|
||||
*******************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user