From 319b3f3f99f812ea92dc09d0f837418178a3ef9d Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 16 May 2018 13:54:01 -0700 Subject: [PATCH 1/2] Revises to specify image file types used for bootable usb drive. Signed-off-by: Michael Vincerra --- .../get-started/bootable-usb/bootable-usb-linux.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst b/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst index e6fefef9..d93db941 100644 --- a/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst +++ b/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst @@ -1,15 +1,15 @@ .. _bootable-usb-linux: -Create a bootable USB drive on Linux +Create a bootable USB drive on Linux\* #################################### Follow these instructions to create a bootable |CLOSIA| USB drive. Use an **8GB** or larger USB drive. -These instructions assume you have -:ref:`downloaded an appropriate image`. +These instructions assume that you have downloaded an image. +Download either a live image, ``clear--live.img.xz`` or an installer image, ``clear--installer.img.xz``, from our `image downloads`_ page. -We also provide instructions for other operating systems: +Instructions are also available for other operating systems: * :ref:`bootable-usb-mac` * :ref:`bootable-usb-windows` @@ -100,5 +100,5 @@ With a bootable |CL| USB drive, you can: * :ref:`boot-live-image` * :ref:`multi-boot` -.. _image: https://download.clearlinux.org/image +.. _image downloads: https://download.clearlinux.org/image .. _releases: https://download.clearlinux.org/releases From e33e17c584ae706fad2419c6b4b32d8d36f7fee4 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Tue, 29 May 2018 12:19:56 -0700 Subject: [PATCH 2/2] Modifies include to cover naming convention, not table of image types. Signed-off-by: Michael Vincerra --- .../bootable-usb/bootable-usb-linux.rst | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst b/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst index d93db941..76a551c5 100644 --- a/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst +++ b/source/clear-linux/get-started/bootable-usb/bootable-usb-linux.rst @@ -1,13 +1,12 @@ .. _bootable-usb-linux: -Create a bootable USB drive on Linux\* +Create a bootable USB drive on Linux #################################### Follow these instructions to create a bootable |CLOSIA| USB drive. -Use an **8GB** or larger USB drive. - -These instructions assume that you have downloaded an image. -Download either a live image, ``clear--live.img.xz`` or an installer image, ``clear--installer.img.xz``, from our `image downloads`_ page. +Use an **8GB** or larger USB drive. Download either a live image, +``clear--live.img.xz`` or an installer image, +``clear--installer.img.xz``, from our `image`_ download page. Instructions are also available for other operating systems: @@ -15,7 +14,8 @@ Instructions are also available for other operating systems: * :ref:`bootable-usb-windows` .. include:: ../../guides/maintenance/image-types.rst - :start-after: image-types-content: + :start-after: for different platforms and environments. + :end-before: Table 1 lists the currently available images. .. include:: ../../guides/maintenance/download-verify-uncompress-linux.rst :Start-after: verify-linux: @@ -37,12 +37,13 @@ Burn the Clear Linux image onto a USB drive #. Go to the directory with the uncompressed image. #. Plug in the USB drive. -#. Identify the USB drive using the :command:`lsblk` command. This shows all drives - attached to the system, including the primary hard disk. In the example - output below, there are 4 drives (`/dev/sda`, `/dev/sdb`, `/dev/sdc`, and - `/dev/sdd`) attached, where `/dev/sda` is primary drive in this case. The - remaining are 3 USB drives. The output also shows the mounted partitions - (under the `MOUNTPOINT` column) for each drive. +#. Identify the USB drive using the :command:`lsblk` command. This shows all + drives attached to the system, including the primary hard disk. In the + example output below, there are 4 drives + (`/dev/sda`, `/dev/sdb`, `/dev/sdc`, and `/dev/sdd`) attached, where + `/dev/sda` is primary drive in this case. The remaining are 3 USB drives. + The output also shows the mounted partitions (under the `MOUNTPOINT` + column) for each drive. .. code-block:: bash @@ -82,7 +83,7 @@ Burn the Clear Linux image onto a USB drive umount /dev/sdd2 umount /dev/sdd3 -#. Burn the image onto the USB drive. The command-line example below burns an +#. Burn the image onto the USB drive. The command-line example below burns an uncompressed image onto `/dev/sdd`: .. code-block:: bash @@ -100,5 +101,5 @@ With a bootable |CL| USB drive, you can: * :ref:`boot-live-image` * :ref:`multi-boot` -.. _image downloads: https://download.clearlinux.org/image +.. _image: https://download.clearlinux.org/image .. _releases: https://download.clearlinux.org/releases