diff options
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 0c16ae622..b1317c92d 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -15,7 +15,7 @@ <screen><userinput>rm -rf /tmp/*</userinput></screen> <para>Now log out and reenter the chroot environment with an updated - chroot command. From now on, use this updated chroot command any time + chroot command. From now on, use this updated chroot command any time you need to reenter the chroot environment after exiting:</para> <screen role="nodump"><userinput>logout @@ -55,7 +55,7 @@ chroot "$LFS" /usr/bin/env -i \ <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> - <para>Finally, remove the temporary 'tester' user account created at the + <para>Finally, remove the temporary 'tester' user account created at the beginning of the previous chapter.</para> <screen><userinput>userdel -r tester</userinput></screen> |