From 5e67c4fa524c13a4ba02e4f6faeda3d664932dcd Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 1 Oct 2018 12:16:29 -0700 Subject: [PATCH] improved includes related to decompress --- .../get-started/bare-metal-install/bare-metal-install.rst | 4 ++-- .../virtual-machine-install/vmware-esxi-install-cl.rst | 4 ++-- .../vmware-esxi-preconfigured-cl-image.rst | 4 ++-- .../guides/maintenance/download-verify-decompress-linux.rst | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst b/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst index e161a796..47045d37 100644 --- a/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst +++ b/source/clear-linux/get-started/bare-metal-install/bare-metal-install.rst @@ -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: diff --git a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-install-cl.rst b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-install-cl.rst index 4dc7499e..6436f172 100644 --- a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-install-cl.rst +++ b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-install-cl.rst @@ -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: diff --git a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst index c12e0473..a1d84fa3 100644 --- a/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst +++ b/source/clear-linux/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst @@ -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: diff --git a/source/clear-linux/guides/maintenance/download-verify-decompress-linux.rst b/source/clear-linux/guides/maintenance/download-verify-decompress-linux.rst index 8b834dbb..bf66c990 100644 --- a/source/clear-linux/guides/maintenance/download-verify-decompress-linux.rst +++ b/source/clear-linux/guides/maintenance/download-verify-decompress-linux.rst @@ -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: \ No newline at end of file