mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-04 21:01:33 +00:00
Several include directives were unnecessary since a simple cross-reference was more appropriate in terms of content architecture. Simplified the includes employed to enhance maintainability. Created duplicate figure file to enable reuse. Fixed headings for consistency. Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
33 lines
836 B
ReStructuredText
33 lines
836 B
ReStructuredText
.. _bootable-usb:
|
|
|
|
Create a bootable Clear Linux USB drive
|
|
#######################################
|
|
|
|
Instructions to create a |CLOSIA| USB drive vary depending on your operating
|
|
system.
|
|
|
|
.. _download-usb-image:
|
|
|
|
Download the latest Clear Linux image
|
|
*************************************
|
|
|
|
There are 2 types of |CL| images suitable for burning onto and running
|
|
off a USB drive:
|
|
|
|
* Live image: :file:`clear-[version number]-live.img.xz`
|
|
* Installer image: :file:`clear-[version number]-installer.img.xz`
|
|
|
|
Go to the Clear Linux `image`_ repository and download the desired type.
|
|
|
|
With the appropriate image downloaded, choose the step-by-step instructions
|
|
applicable to your system:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
bootable-usb-linux
|
|
bootable-usb-windows
|
|
bootable-usb-mac
|
|
|
|
.. _image: https://download.clearlinux.org/image
|