diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-15 07:33:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-15 07:33:05 +0000 |
commit | 0d57ec96597206d81741aa0646a082e0cabd3f8c (patch) | |
tree | 61d6b46c9d18d480abad392a01e689a3780354b8 /chapter02 | |
parent | 947141c851f46fb634290ff7345ef7484cb3a12b (diff) |
Updated to file-5.27.
Updated to man-pages-4.06.
Updated to linux-4.5.3.
Updated to perl-5.22.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingpartition.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 33f351930..6d34531b3 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -30,13 +30,14 @@ --> - <para>A minimal system requires a partition of around 4 gigabytes (GB). + <para>A minimal system requires a partition of around 6 gigabytes (GB). 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 10 GB partition is a reasonable size to provide for growth. The LFS + space. A 20 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 + requirement is to provide sufficient free temporary storagei as well as + for adding additional capabilities after LFS is complete. Additionally, compiling packages can require a lot of disk space which will be reclaimed after the package is installed.</para> |