toaster-manual: Removed the daemon requirement

Fixes [YOCTO #7271]

Removed all traces of the daemon requirement.

(From yocto-docs rev: 1c1da060322e7e964f860dc4b80b5411ea19b1b3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-05-29 11:40:19 -06:00 committed by Richard Purdie
parent 3423f3bf42
commit 39bcabf513
1 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,7 @@
<title>Establishing Toaster System Dependencies</title>
<para>
Toaster requires extra Python dependencies and
<ulink url='http://www.libslack.org/daemon/'><filename>daemon</filename></ulink>
in order to run.
Toaster requires extra Python dependencies in order to run.
A Toaster requirements file named
<filename>toaster-requirements.txt</filename> defines the
Python dependencies.
@ -100,6 +98,8 @@
</para>
</section>
<!-- Commenting this section out for now in case it needs to be used again.
<section id='toaster-install-daemon'>
<title>Install <filename>daemon</filename></title>
@ -136,6 +136,6 @@
</para></listitem>
</itemizedlist>
</para>
</section>
</section> -->
</section>
</chapter>