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:31 +0100 |
commit | ff48374c36541e2002c6bbe002e3b71f3d4835db (patch) | |
tree | 39096e54ef40e3337e59f656c03cd795a843a4e4 | |
parent | 3227d0761a79be2f732a9cb54e665717c7526e51 (diff) | |
download | poky-ff48374c36541e2002c6bbe002e3b71f3d4835db.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>
-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 | ||