summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:45:48 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:45:48 -0600
commit99a6513793949f169e7efc7d1fcbff2fdfd82578 (patch)
treeaa220611fca71b840039d2278f0817f103ebbe4c /meta-crystalforest
parent24a489789a30e79548e7a6040bd6ce05f51a70d9 (diff)
downloadmeta-intel-99a6513793949f169e7efc7d1fcbff2fdfd82578.tar.gz
meta-crystalforest: Use the symlink to the actual image in README
Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest')
-rw-r--r--meta-crystalforest/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index c0841cf5..67de39dd 100644
--- a/meta-crystalforest/README
+++ b/meta-crystalforest/README
@@ -134,13 +134,13 @@ example:
134 134
135To boot the Gladden Platform: 135To boot the Gladden Platform:
136 136
137# dd if=core-image-sato-crystalforest-gladden-20120829033154.hddimg of=/dev/sdf 137# dd if=core-image-sato-crystalforest-gladden.hddimg of=/dev/sdf
138# sync 138# sync
139# eject /dev/sdf 139# eject /dev/sdf
140 140
141To boot the Server Platform: 141To boot the Server Platform:
142 142
143# dd if=core-image-sato-crystalforest-server-20120829044852.hddimg of=/dev/sdf 143# dd if=core-image-sato-crystalforest-server.hddimg of=/dev/sdf
144# sync 144# sync
145# eject /dev/sdf 145# eject /dev/sdf
146 146