diff options
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 10 |
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> |