diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
commit | c94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (patch) | |
tree | 7d33cea74e868708fb9f352567d349e01cc65ac6 /chapter06/chroot.xml | |
parent | 73f7c1acf9ed425883e6471ae49adff6e403aa58 (diff) |
Minor textual and command changes from lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 3664b6abe..195242c35 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -39,7 +39,8 @@ you must remember to again enter chroot and mount proc (discussed later) before continuing with the installations.</para> <para>Note that the bash prompt will say "I have no name!" This is -normal, as the Glibc package hasn't been installed yet.</para> +normal, as the <filename>/etc/passwd</filename> file has not been +created yet.</para> </sect1> |