From a8087efc5dcebe52a4869c2b3b93cbbe26c544e1 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 6 Jun 2017 18:15:56 +0000 Subject: [PATCH] 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. --- source/clear-linux/getting-started/bootable-usb.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/clear-linux/getting-started/bootable-usb.rst b/source/clear-linux/getting-started/bootable-usb.rst index 3d870f87..6ce2a285 100644 --- a/source/clear-linux/getting-started/bootable-usb.rst +++ b/source/clear-linux/getting-started/bootable-usb.rst @@ -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