updates based on feedback

This commit is contained in:
Kevin Putnam
2018-12-04 11:33:50 -08:00
committed by Beth Dean
parent 7089de89fc
commit 4e116ac32c
+6 -7
View File
@@ -9,13 +9,12 @@ hundreds of bundles that will meet most, if not all, of your OS and software
needs. needs.
However, if you need additional customization or content, |CL| provides the However, if you need additional customization or content, |CL| provides the
mixer tool. There are two ways to customize the OS using the mixer depending mixer tool. We provide two different ways to develop and extend the OS, depending on your needs:
on the level of customization you need:
1. :ref:`create-mix` to create a distinct derivative of the |CL| that 1. :ref:`create-mix` to create a distinct derivative of the |CL| that
contains your custom software. contains your custom software.
2. :ref:`create-mixin` using a lightweight wrapper of mixer to add custom 2. :ref:`create-mixin` to add custom bundles but also keep updating the OS
bundles to be included with an upstream version of the |CL|. from upstream.
.. _create-mix: .. _create-mix:
@@ -50,9 +49,9 @@ have a higher degree of control and customization of your custom |CL|.
Create a mixin Create a mixin
============== ==============
The second option is to use the mixin tool, a light wrapper for mixer, to The second option is to use the :command:`mixin` tool, a light wrapper for
create custom bundles and sideload them into your upstream version of |CL|. mixer, to create custom bundles and sideload them into your upstream version
A mixin is useful when you need to add custom or 3rd of |CL|. A mixin is useful when you need to add custom or 3rd
party content but want to keep on the upstream update cycle, as shown in party content but want to keep on the upstream update cycle, as shown in
Figure 2. You can also create new bundles using upstream packages. Figure 2. You can also create new bundles using upstream packages.