From 98a160e42987f35e0bb45df25763e48601e65cec Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Wed, 13 Jun 2018 13:23:29 -0700 Subject: [PATCH 1/5] 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` + + From 266c4938fe66302194d385b1f01243d161e3f759 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Wed, 13 Jun 2018 13:34:46 -0700 Subject: [PATCH 2/5] corrected error in list syntax --- source/clear-linux/concepts/mixer-about.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/concepts/mixer-about.rst b/source/clear-linux/concepts/mixer-about.rst index 31e7798f..c1e85feb 100644 --- a/source/clear-linux/concepts/mixer-about.rst +++ b/source/clear-linux/concepts/mixer-about.rst @@ -10,7 +10,7 @@ Mixing is a multi-step process that starts with installing the mixer bundle usin Related Concepts ================ -# :ref:`swupd_about` -# :ref:`bundles_about` +* :ref:`swupd_about` +* :ref:`bundles_about` From 2a10118cd787f48ae41111f9c7817e484cadfff7 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 14 Jun 2018 10:49:27 -0700 Subject: [PATCH 3/5] improved wording of first paragraph for clarity --- source/clear-linux/concepts/mixer-about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/concepts/mixer-about.rst b/source/clear-linux/concepts/mixer-about.rst index c1e85feb..9be35835 100644 --- a/source/clear-linux/concepts/mixer-about.rst +++ b/source/clear-linux/concepts/mixer-about.rst @@ -3,7 +3,7 @@ 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 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| and independently manage their 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`. From e1ff924c5b6e1a927e8060b7067f64ed76ca1179 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 14 Jun 2018 12:31:40 -0700 Subject: [PATCH 4/5] added mixer-about.rst to the concepts TOC --- source/clear-linux/concepts/concepts.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/clear-linux/concepts/concepts.rst b/source/clear-linux/concepts/concepts.rst index a1f9e881..476b5c8f 100644 --- a/source/clear-linux/concepts/concepts.rst +++ b/source/clear-linux/concepts/concepts.rst @@ -11,5 +11,6 @@ details relevant to the |CL| features. :maxdepth: 2 swupd-about + mixer-about bundles-about restart From 36bb6e864002bef66aafc80292157a0fe361b8f0 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 14 Jun 2018 16:35:01 -0700 Subject: [PATCH 5/5] final revision to mixer-about --- source/clear-linux/concepts/mixer-about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/concepts/mixer-about.rst b/source/clear-linux/concepts/mixer-about.rst index 9be35835..7de26f0c 100644 --- a/source/clear-linux/concepts/mixer-about.rst +++ b/source/clear-linux/concepts/mixer-about.rst @@ -3,7 +3,7 @@ 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| and independently manage their new distributable image. +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`.