From c98e8fec601638a27fd4a4fbb2218acc7dbb9ffc Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 13 Jun 2017 10:10:21 -0500 Subject: [PATCH] clear-linux: update bare-metal-install xzcat command option Removing the '-v' option from the xzcat command line due to verbose output getting piped into the dd command causing corruption on image creation. Based on previous PR[1]. [1]-https://github.com/01org/clear-linux-documentation/pull/6 Signed-off-by: Simental Magana, Marcos --- .../tutorials/bare-metal-install/bare-metal-install.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/tutorials/bare-metal-install/bare-metal-install.rst b/source/clear-linux/tutorials/bare-metal-install/bare-metal-install.rst index 2252b55e..b833c03f 100644 --- a/source/clear-linux/tutorials/bare-metal-install/bare-metal-install.rst +++ b/source/clear-linux/tutorials/bare-metal-install/bare-metal-install.rst @@ -106,14 +106,13 @@ following command: .. code-block:: console - xzcat –v clear-10980-installer.img.xz | dd of=/dev/sdb + xzcat clear-10980-installer.img.xz | dd of=/dev/sdb .. note:: These commands only work in the directory containing the downloaded file. -The decompression and copy of the image file takes some time to complete and -the –v option for xzcat displays the progress. +The decompression and copy of the image file takes some time to complete. Once the image has been decompressed and copied to the USB drive, you can remove the USB drive from the system and move it to your target system.