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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2018-09-26 14:59:20 +02:00 committed by David Kinder
parent 769871496d
commit 373e79bb52
1 changed files with 14 additions and 2 deletions

View File

@ -242,7 +242,7 @@ partition. Follow these steps:
#. Add new user #. Add new user
.. code-block:: console .. code-block:: none
# useradd cl_sos # useradd cl_sos
# passwd cl_sos # passwd cl_sos
@ -250,7 +250,7 @@ partition. Follow these steps:
#. Enable weston service #. Enable weston service
.. code-block:: console .. code-block:: none
# systemctl enable weston@cl_sos # systemctl enable weston@cl_sos
# systemctl start 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 #. From here you can login as root using the password you set previously when
you installed Clear Linux. 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 ACRN Network Bridge
=================== ===================