Skip to content

Commit 373e79b

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
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>
1 parent 7698714 commit 373e79b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ partition. Follow these steps:
242242
243243
#. Add new user
244244

245-
.. code-block:: console
245+
.. code-block:: none
246246
247247
# useradd cl_sos
248248
# passwd cl_sos
249249
# usermod -G wheel -a cl_sos
250250
251251
#. Enable weston service
252252

253-
.. code-block:: console
253+
.. code-block:: none
254254
255255
# systemctl enable weston@cl_sos
256256
# systemctl start weston@cl_sos
@@ -286,6 +286,18 @@ partition. Follow these steps:
286286
#. From here you can login as root using the password you set previously when
287287
you installed Clear Linux.
288288

289+
#. (**Optional**) The ``software-defined-cockpit`` bundle installs the
290+
``ioc-cbc-tools`` on the system and activates three ``systemd`` services.
291+
Those services do not work on off-the-shelf platforms such as NUCs, UP2.
292+
You can disable them as shown here:
293+
294+
.. code-block:: none
295+
296+
# systemctl mask cbc_attach
297+
# systemctl mask cbc_lifecycle
298+
# systemctl mask cbc_thermald
299+
300+
289301
ACRN Network Bridge
290302
===================
291303

0 commit comments

Comments
 (0)