Minor edit to mixer guide for clarity (#1007)

In Example 7:
- Remove 'tutorial' subsection as it was not clear that it was an example of the
advanced example of manual format bump.
- Roll existing tutorial content under 'advanced' as it is the advanced example.
- Result is a basic and advance example for Example 7: execute format bump

Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale
2020-01-31 12:49:19 -08:00
committed by GitHub
parent d0e71c8f5a
commit 1dc3d59bc4
+7 -9
View File
@@ -658,15 +658,8 @@ customizations during the update, such as:
* Change the content of the chroot
Tutorial
--------
Try this tutorial to learn how to manually do a format bump. Read the
comments above each line for an explanation of each step as you execute
commands. Use this same process on your mix if you need to remove a bundle
and its tracking.
The `afb.sh reference script`_ shows an example of how to:
Use the `afb.sh reference script`_ to learn how to do a manual format bump.
The :file:`afb.sh` script shows an example of how to:
* Create a mix
@@ -676,6 +669,11 @@ The `afb.sh reference script`_ shows an example of how to:
* Do a format bump to remove the deprecated bundle
Read the comments above each line for an explanation of each step as you
execute commands. Use this same process on your mix if you need to remove a
bundle and its tracking.
.. Example: Create a mix with custom RPM
.. -------------------------------------