diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 19:08:13 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 19:08:13 +0000 |
commit | 1422130085ebfa2674217107518bd12a8895bd00 (patch) | |
tree | 9929b41c17649ed8f44d2958d212f19adda6d420 /chapter02 | |
parent | 87899e5354cf50414a44c5fb36317e4f6a0fe99b (diff) |
Dropped/updated the text in unstable - Chapter01, 02 and 09.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 4 | ||||
-rw-r--r-- | chapter02/creatingpartition.xml | 10 | ||||
-rw-r--r-- | chapter02/introduction.xml | 4 | ||||
-rw-r--r-- | chapter02/mounting.xml | 4 |
4 files changed, 19 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index d69978ebb..5b0bd32c0 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -7,6 +7,9 @@ <title>Creating a file system</title> <?dbhtml filename="creatingfilesystem.html"?> +<para>See testing</para> + +<!-- <para>Now that we have a blank partition, we can create a file system on it. Most widely used in the Linux world is the second extended file system (ext2), but with the high-capacity hard disks of today the so-called journaling file @@ -29,5 +32,6 @@ swap partition too (also known as formatting, like you did above with <para>Replace <replaceable>[yyy]</replaceable> with the name of the swap partition.</para> +--> </sect1> diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 82b4184e4..dfb1ea387 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -7,6 +7,9 @@ <title>Creating a new partition</title> <?dbhtml filename="creatingpartition.html"?> +<para>See testing</para> + +<!-- <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 @@ -22,7 +25,7 @@ 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 +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 @@ -30,15 +33,16 @@ a swap partition.</para> <para>Start a disk partitioning program such as <command>cfdisk</command> or <command>fdisk</command> with an argument naming the hard disk upon -which the new partition must be created -- for example +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 <command>cfdisk</command> or <command>fdisk</command> if you don't yet know how to use the programs.</para> -<para>Remember the designation of your new partition -- something like +<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> diff --git a/chapter02/introduction.xml b/chapter02/introduction.xml index f1609dab9..38b6c20fa 100644 --- a/chapter02/introduction.xml +++ b/chapter02/introduction.xml @@ -7,8 +7,12 @@ <title>Introduction</title> <?dbhtml filename="introduction.html"?> +<para>See testing</para> + +<!-- <para>In this chapter the partition which will host the LFS system is prepared. We will create the partition itself, make a file system on it, and mount it.</para> +--> </sect1> diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 87331dcfb..52e4409aa 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -7,6 +7,9 @@ <title>Mounting the new partition</title> <?dbhtml filename="mounting.html"?> +<para>See testing</para> + +<!-- <para>Now that we've created a file system, we want to be able to access the partition. For that, we need to mount it, and have to choose a mount point. In this book we assume that the file system is mounted under @@ -46,5 +49,6 @@ you see nosuid, nodev or noatime, you will need to remount it.</para> <para>Now that we've made ourselves a place to work in, we're ready to download the packages.</para> +--> </sect1> |