diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-15 19:26:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-15 19:26:56 +0000 |
commit | 971aec6fb7b038199017aeb96f2e0a2f41a4d0bf (patch) | |
tree | 070112f4b1f205045d007a2a920cd890802f10f9 /chapter03 | |
parent | 9b298522b3ebed8a6378ff8498813c5eae9f92c8 (diff) |
Changed the one partition hint to lfs_next_to_existing_systems.txt
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingpart.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index af0759cc1..d803df532 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -6,13 +6,12 @@ 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 one partition hint at <ulink -url="&hints-root;one-partition-hint.txt">&hints-root;one-partition-hint.txt</ulink> -Keep in mind, this is a real hint in that sense of the word, not a -finished document yet.</para> +a look at the <emphasis>Install LFS next to existing systems on the same +partition</emphasis> hint at <ulink +url="&hints-root;lfs_next_to_existing_systems.txt">&hints-root;lfs_next_to_existing_systems.txt</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 +partition on which we can build our new system. We recommend a partition size of at least 750 MB. This gives enough space to store all the tarballs and to compile all packages without worrying about running out of the necessary temporary disk space. But you probably want more space than that if you |