mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-24 08:48:15 +00:00
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:
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 45 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user