diff options
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> |