Merge branch 'fix_usb' into 'master'

Fix command to create clearlinux bootable USB sticks

It was pointed out that our ``dd`` command to create live usb for clearlinux should not have the ``BS=`` parameter.

This merge request remove the BS=4M parameter from our ``dd`` command.

See merge request !76
This commit is contained in:
Leona
2016-07-05 05:27:18 -07:00
2 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 45 KiB

+3 -3
View File
@@ -53,13 +53,13 @@ Flash the image with the following command, adding the ``-v`` option for verbose
(recommended), as the image file may be large, and the process can take a while. This
may need to be done as root::
$ xzcat -v clear-[release_number]-installer.img.xz | dd of=/dev/sdb bs=4M
$ xzcat -v clear-[release_number]-installer.img.xz | dd of=/dev/sdb
Wait for the final confirmation
===============================
This example shows ``clear-2190-installer.img.xz`` flashed to a 16GB USB drive
mounted on ``/sdc``.
This example shows ``clear-9130-installer.img.xz`` flashed to a 16GB USB drive
mounted on ``/sdb``.
.. image:: _static/images/gs_confirmation_screen.png
:align: center