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:
Qiang Zhang 2022-06-08 17:21:32 +08:00 committed by David Kinder
parent 38a275af26
commit f941180fcb

View File

@ -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