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..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 @@ -4,18 +4,18 @@ Create a bootable USB drive on Linux #################################### Follow these instructions to create a bootable |CLOSIA| USB drive. -Use an **8GB** or larger USB drive. +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. -These instructions assume you have -:ref:`downloaded an appropriate image`. - -We also provide instructions for other operating systems: +Instructions are also available for other operating systems: * :ref:`bootable-usb-mac` * :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