mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-10 12:32:45 +00:00
doc: add doc for required systemd services
"systemd-networkd" is required for acrn-dm to create bridge device. Document it in GSG before acrn network deb package is ready. Tracked-On: #7738 Signed-off-by: Qiang Zhang <qiang4.zhang@intel.com>
This commit is contained in:
parent
38a275af26
commit
f941180fcb
@ -695,6 +695,14 @@ The ACRN hypervisor boots the Ubuntu Service VM automatically.
|
||||
|
||||
[ 0.000000] Hypervisor detected: ACRN
|
||||
|
||||
#. Start the ServiceVM's system daemon for managing network configurations,
|
||||
so the Device Model can create a bridge device that provides User VMs with
|
||||
wired network access:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
systemctl enable --now systemd-networkd
|
||||
|
||||
.. _gsg-user-vm:
|
||||
|
||||
.. rst-class:: numbered-step
|
||||
|
Loading…
Reference in New Issue
Block a user