diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-05 22:26:39 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-05 22:26:39 +0000 |
commit | 33ea9e926c8167fa94935d33bcbd7c15cf111f7d (patch) | |
tree | 142d997454ff8d608e5427654b18b2263fd2c71f /chapter03/creatingpart.xml | |
parent | 555fe1ca4c79636035f8bb3d466e52079ea2c45b (diff) |
Merging chapter 3 files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingpart.xml')
-rw-r--r-- | chapter03/creatingpart.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml deleted file mode 100644 index f60d7489e..000000000 --- a/chapter03/creatingpart.xml +++ /dev/null @@ -1,40 +0,0 @@ -<sect1 id="ch03-creatingpart"> -<title>Creating a new partition</title> -<?dbhtml filename="creatingpart.html" dir="chapter03"?> - -<para>In order to build our new Linux system, we will need some space: -an empty disk partition. If you don't have a free partition, and no room -on any of your hard disks to make one, then you could build LFS on the -same partition as the one on which your current distribution is installed. -This procedure is not recommended for your first LFS install, but if you -are short on disk space, and you feel brave, take a look at the hint at -<ulink url="&hints-root;lfs_next_to_existing_systems.txt"/>.</para> - -<para>For a minimal system you will need a partition of around 1.2 GB. -This is enough to store all the source tarballs and compile all the packages. -But if you intend to use the LFS system as your primary Linux system, you -will probably want to install additional software, and will need more space -than this, probably around 2 or 3 GB.</para> - -<para>As we almost never have enough RAM in our box, it is a good idea to -use a small disk partition as swap space -- this space is used by the kernel -to store seldom-used data to make room in memory for more urgent stuff. -The swap partition for your LFS system can be the same one as for your host -system, so you won't have to create another if your host system already uses -a swap partition.</para> - -<para>Start a disk partitioning program such as <userinput>cfdisk</userinput> -or <userinput>fdisk</userinput> with an argument naming the hard disk upon -which the new partition must be created -- for example -<filename>/dev/hda</filename> for the primary IDE disk. Create a Linux native -partition and a swap partition, if needed. Please refer to the man pages of -<userinput>cfdisk</userinput> or <userinput>fdisk</userinput> if you don't yet -know how to use the programs.</para> - -<para>Remember the designation of your new partition -- something like -<filename>hda5</filename>. This book will refer to it as the LFS partition. -If you (now) also have a swap partition, remember its designation too. These -names will later be needed for the <filename>/etc/fstab</filename> file.</para> - -</sect1> - |