remove BS=4M from the dd command

as pointed out on IRC:
<arjan> bs= on the dd command line will cause dd to not write the last partial
<arjan> block if the file you're writing isn't a multiple of the size

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
Simental Magana, Marcos
2016-07-04 13:23:09 -05:00
parent 0ddb8ea0fc
commit 7b1741cf25
+1 -1
View File
@@ -53,7 +53,7 @@ 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
===============================