diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-13 18:06:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-13 18:06:22 +0000 |
commit | 210fc78f291252e1ea213900c3b9588ff2655de4 (patch) | |
tree | 51d407a3c01cbee0a56ff8ce9feeeb137525222f /chapter02 | |
parent | afcfd745aec2ed1976187b2ea2c21a26ad2ca850 (diff) |
Update to ncurses-6.2.
Update to man-pages-5.05.
Update to linux-5.5.3.tar.xz.
Update timing and disk usage.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11748 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 c9daddcb5..02d6528b1 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -30,11 +30,11 @@ --> - <para>A minimal system requires a partition of around 6 gigabytes (GB). + <para>A minimal system requires a partition of around 10 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 20 GB partition is a reasonable size to provide for growth. The LFS + space. A 30 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 as well as for adding additional capabilities after LFS is complete. Additionally, compiling |