aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 01:29:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 01:29:56 +0000
commit607c737036cb01e1bd01e44d89e510086927fdf7 (patch)
treedb512bfb9432b6d9cc35ee931e54e7459de1c105 /chapter06/chroot.xml
parenta4142a8d18bebfbaed97db39abe7ff6ad455c7fe (diff)
Grammar updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index cd385eacb..040f34df7 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -7,7 +7,7 @@ rest of the software we need.
</para>
<para>
-Enter the following command to enter the chroot'ed environment. From
+Enter the following commands to enter the chroot'ed environment. From
this point on there's no need to use the $LFS variable anymore, because
everything a user does will be restricted to the LFS partition (since / is
actually /mnt/lfs but the shell doesn't know that).
@@ -32,14 +32,14 @@ like vim and less to operate properly.
Now that we are inside a chroot'ed environment, we can continue to
install all the basic system software. You have to make sure all the
following commands in this and following chapters are run from within the
-chroot'ed environment. If you ever leave this environment for a reason
-(say when rebooting or something) please remember to mount $LFS/proc
-again like you just did and re-enter chroot before continuing with the
+chroot'ed environment. If you ever leave this environment for any reason
+(when rebooting for example) please remember to mount $LFS/proc
+again and re-enter chroot before continuing with the
book.
</para>
<para>
-Note that the bash prompt will contain "I have no name!". This is
+Note that the bash prompt will contain "I have no name!" This is
normal because Glibc hasn't been installed yet.
</para>