From 373e79bb522b045507988da4d19094c19b9e8b28 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 26 Sep 2018 14:59:20 +0200 Subject: [PATCH] Getting Started Guide: add instructions to disable cbc_* services Add instructions on how to disable ('mask') the 'cbc_*' services installed by the 'ioc-cbc-tools'. These services are not functional on standard off-the-shelf platforms such as NUCs or UP2. Signed-off-by: Geoffroy Van Cutsem --- doc/getting-started/apl-nuc.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 ===================