diff --git a/source/gs_creating_bootable_usb.rst b/source/gs_creating_bootable_usb.rst index 33f55f74..be994134 100644 --- a/source/gs_creating_bootable_usb.rst +++ b/source/gs_creating_bootable_usb.rst @@ -51,7 +51,7 @@ Flash the image to the USB Flash the image with the following command, adding the ``-v`` option for verbose mode (recommended), as the image file may be large, and the process can take a while. This -may need to be done as root:: +may need to be done as root or with sudo:: $ xzcat -v clear-[release_number]-installer.img.xz | dd of=/dev/sdb diff --git a/source/gs_installing_clr_as_host.rst b/source/gs_installing_clr_as_host.rst index d00f40c8..8bda2983 100644 --- a/source/gs_installing_clr_as_host.rst +++ b/source/gs_installing_clr_as_host.rst @@ -1,24 +1,24 @@ .. _gs_installing_clr_as_host: Installing the OS as host -########################################################## +######################### -Running Clear Linux* OS for IntelĀ® Architecture natively on a system is easy -using the installer image. To get started you'll need the following: +Running Clear Linux* OS for IntelĀ® Architecture natively on a system is +easy with the installer image. To get started you'll need the following: * A USB stick flashed with the `installer image`_. For instructions on how to do this, see :ref:`gs_creating_bootable_usb`. -* Host machine running :ref:`gs_supported_hardware`. +* A host machine running :ref:`gs_supported_hardware`. * Network access via DHCP. Installing Clear Linux OS for Intel Architecture to a target system =================================================================== -#. Configure the BIOS; this may involve changing the boot device order - to boot first from the USB device. +#. Configure the BIOS; this may involve changing the priority of the boot + device to boot from USB port first. #. Insert the USB device that is flashed with the `installer image`_ into the target system, then reboot. -#. The Installer user interface will appear. Once all appropriate configuration +#. The installer user interface will appear. Once all appropriate configuration options have been chosen, the installer will install the OS. The entire installation should take no more than a few minutes.