From 6c35bb535d1b9f7818764e2f90fe54f7c90de30b Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 16 Jun 2022 17:39:58 -0700 Subject: [PATCH] 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 --- doc/getting-started/getting-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 30fd05517..869f2bd36 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -659,13 +659,13 @@ 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 +#. Enable and start the Service VM's system daemon for managing network configurations, + so the Device Model can create a bridge device (acrn-br0) that provides User VMs with wired network access: .. code-block:: bash - systemctl enable --now systemd-networkd + sudo systemctl enable --now systemd-networkd .. _gsg-user-vm: