summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-27 16:43:13 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-27 16:43:13 +0100
commitbad52d16c8bef6f0864af228c9c47bdef307e246 (patch)
tree8873090dafe23de4822667eb746ab4aaa8552b9f /openembedded
parentc683161be48a7e51b3b62c546eab324b8a3dbaa9 (diff)
14.06: remove bs=64k from Juno dd commands
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/juno-lsk/INSTALL.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index ce8ad7b..5301055 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -44,7 +44,7 @@ h3. Installation Steps
bc. dmesg
DRIVE=/dev/sdX # USB drive found from dmesg above
-zcat *minimal*.img.gz | sudo dd bs=64k of=$DRIVE
+zcat *minimal*.img.gz | sudo dd of=$DRIVE
When the image is created, skip down to the section "Booting the image".