documentation/adt-manual/adt-package.xml: Updated PMS section

Small correction to refer to sysroot instead of root filesystem
in opening paragraph.

(From yocto-docs rev: e9af5bbd69ab9421a97ce87d5210d31838e93151)

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 2011-06-23 09:10:11 -07:00 committed by Richard Purdie
parent 53f4e4677f
commit 5534892228
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<section id='package-management-systems'> <section id='package-management-systems'>
<title>Package Management Systems</title> <title>Package Management Systems</title>
<para> <para>
The Yocto Project supports the generation of root filesystem files using The Yocto Project supports the generation of sysroot files using
three different Package Management Systems (PMS): three different Package Management Systems (PMS):
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>OPKG</emphasis> A less well known PMS whose use <listitem><para><emphasis>OPKG</emphasis> A less well known PMS whose use
@ -30,7 +30,7 @@
for more information about RPM.</para></listitem> for more information about RPM.</para></listitem>
<listitem><para><emphasis>Debian</emphasis> The PMS for Debian-based systems <listitem><para><emphasis>Debian</emphasis> The PMS for Debian-based systems
is built on many PMS tools. is built on many PMS tools.
The lower-level PMS tool dpkg forms the base of the Debian PMS. The lower-level PMS tool <filename>dpkg</filename> forms the base of the Debian PMS.
For information on dpkg see For information on dpkg see
<ulink url='http://en.wikipedia.org/wiki/Dpkg'></ulink>.</para></listitem> <ulink url='http://en.wikipedia.org/wiki/Dpkg'></ulink>.</para></listitem>
</itemizedlist> </itemizedlist>