mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-12 05:22:33 +00:00
doc: update doc to use sudo with systemctl command
systemctl won't run as a normal Linux user, requires sudo Also augment the description information Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
990ca9be06
commit
6c35bb535d
@ -659,13 +659,13 @@ The ACRN hypervisor boots the Ubuntu Service VM automatically.
|
|||||||
|
|
||||||
[ 0.000000] Hypervisor detected: ACRN
|
[ 0.000000] Hypervisor detected: ACRN
|
||||||
|
|
||||||
#. Start the ServiceVM's system daemon for managing network configurations,
|
#. Enable and start the Service VM's system daemon for managing network configurations,
|
||||||
so the Device Model can create a bridge device that provides User VMs with
|
so the Device Model can create a bridge device (acrn-br0) that provides User VMs with
|
||||||
wired network access:
|
wired network access:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
systemctl enable --now systemd-networkd
|
sudo systemctl enable --now systemd-networkd
|
||||||
|
|
||||||
.. _gsg-user-vm:
|
.. _gsg-user-vm:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user