clear-linux: Update bootable-usb xzcat command option

Do not use -v with xzcat based on experience with it causing issues
since the verbose output sometimes gets piped to the dd command.
This commit is contained in:
William Douglas
2017-06-06 18:15:56 +00:00
parent b3a7de4ca1
commit a8087efc5d
@@ -53,11 +53,9 @@ Make sure the drive isn't already mounted. The easiest way is with
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
write can take a while. This may need to be done as root or with sudo::
Flash the image with the following command. This may need to be done as root or with sudo::
$ xzcat -v clear-[release_number]-installer.img.xz | dd of=/dev/sdb
# xzcat clear-[release_number]-installer.img.xz | dd of=/dev/sdb
Wait for the final confirmation