dev-manual: Edits to "Trim the Root Filesystem" section.

(From yocto-docs rev: 709d7ece7af9c7a55e953cd3bfc9b035fae588a1)

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 2013-04-16 09:13:37 -07:00 committed by Richard Purdie
parent 049904fe14
commit f35f12d864
1 changed files with 3 additions and 3 deletions

View File

@ -2627,14 +2627,14 @@
<para>
The root filesystem is made up of packages for booting,
libraries, and applications.
To change things you can configure how the packaging happens,
To change things, you can configure how the packaging happens,
which changes the way you build them.
You can also tweak the filesystem itself or select a different
filesystem.
</para>
<para>
First, check out what is hogging your root filesystem running the
First, find out what is hogging your root filesystem by running the
<filename>dirsize.py</filename> script from your root directory:
<literallayout class='monospaced'>
$ cd &lt;root-directory-of-image&gt;
@ -2693,7 +2693,7 @@
using <filename>initramfs</filename>.
Be aware that <filename>ext3</filename> requires a 1 Mbyte
journal.
If you are okay with running read-only you don't need this
If you are okay with running read-only you do not need this
journal.
</para>