diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
commit | 4fa86d1ec842c313976fd68f639183aac724de5e (patch) | |
tree | a22cac216c6108229b42bef7afc9273ff54cee47 /chapter06/pwdgroup.xml | |
parent | c1cfddfeaf454918bcc5fc4a478718c9513d3c8e (diff) |
Chapter 5 - Glibc: Add notes regarding test suite issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index bd565daf9..5b20f9b90 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -44,7 +44,7 @@ use the group's name.</para> <para>Lastly, we re-login to the chroot environment. User name and group name resolution will start working immediately after the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files are -created, because we installed a full glibc in Chapter 5. This will get rid of +created, because we installed a full Glibc in Chapter 5. This will get rid of the <quote>I have no name!</quote> prompt.</para> <para><screen><userinput>exec /tools/bin/bash --login +h</userinput></screen></para> |