diff options
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 4851a2862..212235a10 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -9,7 +9,7 @@ rest of the software we need. <para> Enter the following command to enter the chroot'ed environment. From this point on there's no need to use the $LFS variable anymore, because -everything you do will be restricted to the LFS partition (since / is +everything a user does will be restricted to the LFS partition (since / is actually /mnt/lfs but the shell doesn't know that). </para> @@ -30,11 +30,11 @@ like vim and less to operate properly. <para> Now that we are inside a chroot'ed environment, we can continue to -install all the basic system software. Make sure you execute all the -following commands in this and following chapters from within the -chroot'ed environment. If you ever leave this environment for a reason -(say when you reboot or something) don't forget to mount $LFS/proc again -like you did earlier and to re-enter chroot before you continue with the +install all the basic system software. A user has to make sure all the +following commands in this and following chapters are run from within the +chroot'ed environment. If he ever leaves this environment for a reason +(say when rebooting or something) he has to remember to mount $LFS/proc again +like he did earlier and to re-enter chroot before continuing with the book. </para> |