aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 09:13:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:16 +0100
commitf35f12d864203f7940ca37a2ca41d97a2fc57af1 (patch)
tree153e11924e897ae77cd37cc89c9f0ea6d94115f1 /documentation/dev-manual
parent049904fe14fe178e85213d60cac65912827d8239 (diff)
downloadopenembedded-core-contrib-f35f12d864203f7940ca37a2ca41d97a2fc57af1.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index bfee2205cc..aeb89024aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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>