summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-05 15:54:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-06 12:13:13 +0000
commit5599d3ae5c9859b56084754a5c6282f9b09a75a3 (patch)
tree6eac83435170bc059b955baedd0ca7ec1d306d95 /documentation/yocto-project-qs
parent1930230122fcd00634aec32638becc345c423b6f (diff)
downloadpoky-5599d3ae5c9859b56084754a5c6282f9b09a75a3.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: removed disable dash text
Richard made a concerted effort to enable Dash usage in Poky and the sanity check to detect it is no longer present. We should update the documentation to reflect this development. Specifically the section in the quickstart: "If your distribution is Ubuntu, you need to be running the bash shell. You can be sure you are running this shell by entering the following command and selecting "No" at the prompt: $ sudo dpkg-reconfigure dash " Is no longer required. I have removed it. Fixes [YOCTO #1820] Reported-by: Joshua Lock <josh@linux.intel.com> (From yocto-docs rev: 189a80571bb7a1afd53171d93273e7cc26460d63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 4f20bb0f12..0f2ecf4110 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -199,15 +199,6 @@
199 <title>Ubuntu</title> 199 <title>Ubuntu</title>
200 200
201 <para> 201 <para>
202 If your distribution is Ubuntu, you need to be running the bash shell.
203 You can be sure you are running this shell by entering the following command and
204 selecting "No" at the prompt:
205 <literallayout class='monospaced'>
206 $ sudo dpkg-reconfigure dash
207 </literallayout>
208 </para>
209
210 <para>
211 The packages you need for a supported Ubuntu distribution are shown in the following command: 202 The packages you need for a supported Ubuntu distribution are shown in the following command:
212 </para> 203 </para>
213 204