diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
commit | 9a0cfdff035593e10b57ea7a89706c7f272f6ddc (patch) | |
tree | f7a38b9a7aa0cad1ca21f7f11a6f14774bea3f19 /chapter03/creatingpart.xml | |
parent | 17c9ab2c369cedc90103aaabf2ad54626239bb74 (diff) |
Reference to hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingpart.xml')
-rw-r--r-- | chapter03/creatingpart.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index dd267a7ec..e4c6fe9b5 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -2,6 +2,15 @@ <title>Creating a new partition</title> <para> +First, let me tell you that it is possible to build LFS on only one partition, +which is where your original distribution is installed. This is not recommended +if it is the first time you try LFS, but may be useful if you are short on disk +space. If you feel brave, take a look at the <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/OnePartitionHint.txt">one +partition hint</ulink>. +</para> + +<para> Before we can build our new Linux system, we need to have an empty Linux partition on which we can build our new system. I recommend a partition size of at least 750 MB. This gives enough space to store all the tarballs and |