From 607c737036cb01e1bd01e44d89e510086927fdf7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 14 Apr 2001 01:29:56 +0000 Subject: Grammar updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chroot.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/chroot.xml') 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. -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. -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. -- cgit v1.2.3-54-g00ecf