From f941180fcbe3288cf23a4c1de412d94860e7463a Mon Sep 17 00:00:00 2001 From: Qiang Zhang Date: Wed, 8 Jun 2022 17:21:32 +0800 Subject: [PATCH] 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 --- doc/getting-started/getting-started.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 04c8d946f..bc308cc66 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -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