From 1dc3d59bc41cb103c0ecc95f80d5dba80b11b501 Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Fri, 31 Jan 2020 12:49:19 -0800 Subject: [PATCH] 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 --- source/guides/clear/mixer.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/guides/clear/mixer.rst b/source/guides/clear/mixer.rst index 0bac3382..0b597367 100644 --- a/source/guides/clear/mixer.rst +++ b/source/guides/clear/mixer.rst @@ -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 .. -------------------------------------