diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/introduction.xml | 4 | ||||
-rw-r--r-- | chapter03/mounting.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 077e7f5ed..79f9aee70 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -2,9 +2,9 @@ <title>Introduction</title> <para> -In this chapter the partition that is going to host the LFS system is +In this chapter, the partition that is going to host the LFS system is going to be prepared. A new partition will be created, a file -system will be created on it and the directory structure will be +system will be created on it, and the directory structure will be created. When this is done, we can move on to the next chapter and start building a new Linux system from scratch. </para> diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 786945bcb..0477bf141 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -4,8 +4,8 @@ <para> Now that we have created a file system, it is ready for use. All we have to do to be able to access it (as in reading data from and writing data to -it) is mounting it. If it is mounted under /mnt/lfs, this partition can -be accessed by going to the /mnt/lfs directory and then doing whatever +it) is mount it. If it is mounted under /mnt/lfs, this partition can +be accessed by going to the /mnt/lfs directory and then doing whatever needed to do. This book will assume that the partition was mounted under /mnt/lfs. It doesn't matter which directory is chosen, the user just has to make sure that he remembers what he chose. |