summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:24:54 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:24:54 +0100
commita365dd9f355ac61f88ce43ecf90d6002db362eaf (patch)
treef9a87c3bb98f7f757eebe1ae3d9f22d7c0d373e4
parent65c18d28c2117af32d763b87a0772027349ea4f7 (diff)
14.06: fix missing space in sudo cmp command
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt2
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt2
-rw-r--r--openembedded/juno-lsk/INSTALL.textile2
3 files changed, 3 insertions, 3 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index d773b07..52d600f 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -65,7 +65,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $sudo cmp /dev/sdX *minimal*.img.gz
+bc. $ sudo cmp /dev/sdX *minimal*.img.gz
Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index 8e01b62..1f5c65b 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -65,7 +65,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $sudo cmp /dev/sdX *minimal*.img.gz
+bc. $ sudo cmp /dev/sdX *minimal*.img.gz
Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index acdbc2b..6394d3c 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -67,7 +67,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $sudo cmp /dev/sdX *minimal*.img.gz
+bc. $ sudo cmp /dev/sdX *minimal*.img.gz
Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.