diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 09:13:37 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:16 +0100 |
| commit | f35f12d864203f7940ca37a2ca41d97a2fc57af1 (patch) | |
| tree | 153e11924e897ae77cd37cc89c9f0ea6d94115f1 /documentation | |
| parent | 049904fe14fe178e85213d60cac65912827d8239 (diff) | |
| download | poky-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')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
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 @@ | |||
| 2627 | <para> | 2627 | <para> |
| 2628 | The root filesystem is made up of packages for booting, | 2628 | The root filesystem is made up of packages for booting, |
| 2629 | libraries, and applications. | 2629 | libraries, and applications. |
| 2630 | To change things you can configure how the packaging happens, | 2630 | To change things, you can configure how the packaging happens, |
| 2631 | which changes the way you build them. | 2631 | which changes the way you build them. |
| 2632 | You can also tweak the filesystem itself or select a different | 2632 | You can also tweak the filesystem itself or select a different |
| 2633 | filesystem. | 2633 | filesystem. |
| 2634 | </para> | 2634 | </para> |
| 2635 | 2635 | ||
| 2636 | <para> | 2636 | <para> |
| 2637 | First, check out what is hogging your root filesystem running the | 2637 | First, find out what is hogging your root filesystem by running the |
| 2638 | <filename>dirsize.py</filename> script from your root directory: | 2638 | <filename>dirsize.py</filename> script from your root directory: |
| 2639 | <literallayout class='monospaced'> | 2639 | <literallayout class='monospaced'> |
| 2640 | $ cd <root-directory-of-image> | 2640 | $ cd <root-directory-of-image> |
| @@ -2693,7 +2693,7 @@ | |||
| 2693 | using <filename>initramfs</filename>. | 2693 | using <filename>initramfs</filename>. |
| 2694 | Be aware that <filename>ext3</filename> requires a 1 Mbyte | 2694 | Be aware that <filename>ext3</filename> requires a 1 Mbyte |
| 2695 | journal. | 2695 | journal. |
| 2696 | If you are okay with running read-only you don't need this | 2696 | If you are okay with running read-only you do not need this |
| 2697 | journal. | 2697 | journal. |
| 2698 | </para> | 2698 | </para> |
| 2699 | 2699 | ||
