aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/mounting.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-22 19:45:10 +0000
commitb822811980a5f82726cb641cbeff66be9eb6d92a (patch)
tree27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter03/mounting.xml
parent46f5461af92bc70c62bbb92895032b930954d835 (diff)
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r--chapter03/mounting.xml50
1 files changed, 16 insertions, 34 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index d6c3b08e5..3832af808 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -1,44 +1,26 @@
<sect1 id="ch04-mounting">
<title>Mounting the new partition</title>
-<para>
-Now that we have created a file system, it is ready for use. All we have
+<para>Now that we have created a file system, it is ready for use. All we have
to do to be able to access the partition (as in reading data from and writing
data to) is mount it. If it is mounted under /mnt/lfs, this partition can
be accessed by cd'ing to the /mnt/lfs directory. This book will assume
that the partition was mounted under /mnt/lfs. It doesn't matter which
-directory is chosen, just make sure you remember what you chose.
-</para>
-
-<para>
-Create the /mnt/lfs directory by running:
-</para>
-
-<para>
-<screen>
-<userinput>mkdir -p /mnt/lfs</userinput>
-</screen>
-</para>
-
-<para>
-Now mount the LFS partition by running:
-</para>
-
-<para>
-<screen>
-<userinput>mount /dev/xxx /mnt/lfs</userinput>
-</screen>
-</para>
-
-<para>
-Replace <quote>xxx</quote> by the partition's designation (like hda11).
-</para>
-
-<para>
-This directory (/mnt/lfs) is the $LFS variable you have read about earlier.
-If you were planning to make use of the $LFS environment variable,
-<userinput>export LFS=/mnt/lfs</userinput> has to be executed now.
-</para>
+directory is chosen, just make sure you remember what you chose.</para>
+
+<para>Create the /mnt/lfs directory by running:</para>
+
+<para><screen><userinput>mkdir -p /mnt/lfs</userinput></screen></para>
+
+<para>Now mount the LFS partition by running:</para>
+
+<para><screen><userinput>mount /dev/xxx /mnt/lfs</userinput></screen></para>
+
+<para>Replace <quote>xxx</quote> by the partition's designation (like hda11).</para>
+
+<para>This directory (/mnt/lfs) is the $LFS variable you have read about
+earlier. If you were planning to make use of the $LFS environment variable,
+<userinput>export LFS=/mnt/lfs</userinput> has to be executed now.</para>
</sect1>