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: