diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:31:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:31:36 +0000 |
commit | 85e6c02dd64378bb3983ed8e7db9161fbcc39986 (patch) | |
tree | de391014a7afd08c894c3027ed892dfd18f46195 /chapter03 | |
parent | 6cd9e70e1f09650357039da48a89e80a53e8d3fd (diff) |
reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index b0bc0d54a..31c3b2384 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -2,9 +2,9 @@ <title>Mounting the new partition</title> <?dbhtml filename="mounting.html" dir="chapter04"?> -<para>Now that we've created a file system, we want to be able to access it. -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 +<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 <filename>/mnt/lfs</filename>, but it doesn't matter what directory you choose.</para> |