mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 05:41:44 +00:00
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:
@@ -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
|
||||
===============================
|
||||
|
||||
Reference in New Issue
Block a user