improved includes related to decompress

This commit is contained in:
Kevin Putnam
2018-10-01 12:16:29 -07:00
parent ecffbf09e5
commit 5e67c4fa52
4 changed files with 10 additions and 6 deletions
@@ -25,8 +25,8 @@ Look for the :file:`clear-[version number]-installer.img.xz` file. You can also
Once you have downloaded the image, verify and decompress the file.
.. include:: ../../guides/maintenance/download-verify-decompress-linux.rst
:Start-after: verify-linux:
:end-before: To decompress a GZ
:Start-after: incl-decompress-image:
:end-before: incl-decompress-image-end:
.. include:: ../bootable-usb/bootable-usb-linux.rst
:Start-after: copy-usb-linux:
@@ -39,8 +39,8 @@ Get the latest |CL| installer ISO image from the `image`_ repository.
Look for :file:`clear-[version number]-installer.iso.xz`.
.. include:: ../../guides/maintenance/download-verify-decompress-linux.rst
:Start-after: verify-linux:
:end-before: To decompress a GZ
:Start-after: incl-decompress-image:
:end-before: incl-decompress-image-end:
For alternative instructions on other operating systems, see:
@@ -41,8 +41,8 @@ this command:
Visit :ref:`image-types` for additional information about all available |CL| images.
.. include:: ../../guides/maintenance/download-verify-decompress-linux.rst
:Start-after: verify-linux:
:end-before: To decompress a GZ
:Start-after: incl-decompress-image:
:end-before: incl-decompress-image-end:
For alternative instructions on other operating systems, see:
@@ -45,6 +45,8 @@ the screen followed by `OK`.
For a more in-depth discussion of image verification including checking the
certificate see :ref:`image-content-validation`.
.. incl-decompress-image:
Decompress the Clear Linux image
********************************
@@ -66,3 +68,5 @@ environment. To decompress the image, follow these steps:
.. code-block:: bash
gunzip clear-[version number]-[image type].gz
.. incl-decompress-image-end: