From 98a160e42987f35e0bb45df25763e48601e65cec Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Wed, 13 Jun 2018 13:23:29 -0700 Subject: [PATCH] added mixer concept page --- source/clear-linux/concepts/mixer-about.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/clear-linux/concepts/mixer-about.rst diff --git a/source/clear-linux/concepts/mixer-about.rst b/source/clear-linux/concepts/mixer-about.rst new file mode 100644 index 00000000..31e7798f --- /dev/null +++ b/source/clear-linux/concepts/mixer-about.rst @@ -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 version consistency and controlled update stream of |CL| by creating a new distributable image. + +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` + +