diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index cb033a9df..fc145f4c1 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -242,7 +242,7 @@ partition. Follow these steps: #. Add new user - .. code-block:: console + .. code-block:: none # useradd cl_sos # passwd cl_sos @@ -250,7 +250,7 @@ partition. Follow these steps: #. Enable weston service - .. code-block:: console + .. code-block:: none # systemctl enable weston@cl_sos # systemctl start weston@cl_sos @@ -286,6 +286,18 @@ partition. Follow these steps: #. From here you can login as root using the password you set previously when you installed Clear Linux. +#. (**Optional**) The ``software-defined-cockpit`` bundle installs the + ``ioc-cbc-tools`` on the system and activates three ``systemd`` services. + Those services do not work on off-the-shelf platforms such as NUCs, UP2. + You can disable them as shown here: + + .. code-block:: none + + # systemctl mask cbc_attach + # systemctl mask cbc_lifecycle + # systemctl mask cbc_thermald + + ACRN Network Bridge ===================