diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 16:02:50 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 16:02:50 +0000 |
commit | 81a47c0302abb616dc4b897ae71e9b0736405a24 (patch) | |
tree | bcbcc1bc33dc9472c5dfd1839b3ef8b44175e2b5 /chapter06/chroot.xml | |
parent | 53b5ccf1730f9f481fca06bac949d3ea8dbd61c7 (diff) |
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |