diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-07 11:19:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:51 +0100 |
commit | ccacc9c9eba60077b44e8303bee7d7c3de933866 (patch) | |
tree | 255b97004605ba222b496a20c1212e245c805ae2 /documentation | |
parent | ef5017d43282091a512989a7b632d63bc6e2aecc (diff) | |
download | poky-ccacc9c9eba60077b44e8303bee7d7c3de933866.tar.gz |
documentation/adt-manual/adt-prepare.xml: updated ADT Installer example
Added text indicating that the user is prompted to verify the
cross-toolchain installation location.
(From yocto-docs rev: 3226eb2f0807687e8685702850a3a12b3d60ae5f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 57d8c1f694..cb659c4c36 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -201,7 +201,9 @@ | |||
201 | </note> | 201 | </note> |
202 | 202 | ||
203 | <para> | 203 | <para> |
204 | Once the installer begins to run, you are asked whether you want to run in | 204 | Once the installer begins to run, you are asked to confirm the location for |
205 | cross-toolchain installation, which is <filename>/opt/poky/<release></filename>. | ||
206 | After confirming the location, you are prompted to run in | ||
205 | interactive or silent mode. | 207 | interactive or silent mode. |
206 | If you want to closely monitor the installation, choose “I” for interactive | 208 | If you want to closely monitor the installation, choose “I” for interactive |
207 | mode rather than “S” for silent mode. | 209 | mode rather than “S” for silent mode. |