Merge pull request #158 from intelkevinputnam/mixer-about

Mixer about
This commit is contained in:
mvincerx
2018-06-14 17:27:55 -07:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -11,5 +11,6 @@ details relevant to the |CL| features.
:maxdepth: 2
swupd-about
mixer-about
bundles-about
restart
@@ -0,0 +1,16 @@
.. _mixer-about:
Mixer
#######
Mixing refers to composing a custom, versioned image of |CLOSIA| for a specific use case. While upstream |CL| provides options to install bundles for various capabilities, some developers and OSVs may wish to either augment the operating system with functionality from their own packages or modify the structure of current bundles. Mixing offers a method to add capabilities while retaining the ability to stay up to date with an upstream version of |CL|.
Mixing is a multi-step process that starts with installing the mixer bundle using swupd. You will also need a working knowledge of :abbr:`RPMs (RPM Package Manager files)` and how |CL| bundles work. For a detailed guide on how to create a |CL| mix, visit :ref:`mixer`.
Related Concepts
================
* :ref:`swupd_about`
* :ref:`bundles_about`