diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-23 15:30:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-23 15:30:44 +0000 |
commit | da7032a745c8bcb0b4e08964d4906058cc30c8de (patch) | |
tree | ec6e5050a493b14d38fd23063ec7a0229dfb7557 /chapter02 | |
parent | d9c836bba990a150e7b06e5d20f743d5ba8b4a10 (diff) |
Minor grammar/style changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingpartition.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index d235a8bdc..ea9fe406d 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -34,7 +34,7 @@ This is enough to store all the source tarballs and compile the packages. However, if the LFS system is intended to be the primary Linux system, additional software will probably be installed which will require additional - space. A 10GB partition is a reasonable size to provide for growth. The LFS + space. A 10 GB partition is a reasonable size to provide for growth. The LFS system itself will not take up this much room. A large portion of this requirement is to provide sufficient free temporary storage. Compiling packages can require a lot of disk space which will be reclaimed after the @@ -136,7 +136,7 @@ <listitem><para>/opt – This directory is most useful for BLFS where multiple installations of large packages like Gnome or KDE can be installed without embedding the files in the /usr hierarchy. If - used, five to ten gigabytes is generally adequate.</para> + used, 5 to 10 gigabytes is generally adequate.</para> </listitem> <listitem><para>/tmp – A separate /tmp directory is rare, but |