From ff48374c36541e2002c6bbe002e3b71f3d4835db Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 09:13:37 -0700 Subject: dev-manual: Edits to "Trim the Root Filesystem" section. (From yocto-docs rev: 709d7ece7af9c7a55e953cd3bfc9b035fae588a1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual') 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 @@ 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. - First, check out what is hogging your root filesystem running the + First, find out what is hogging your root filesystem by running the dirsize.py script from your root directory: $ cd <root-directory-of-image> @@ -2693,7 +2693,7 @@ using initramfs. Be aware that ext3 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. -- cgit v1.2.3-54-g00ecf