diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 1acd57137..bd2bab1d2 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -19,9 +19,9 @@ it hasn't been installed yet.</para> <para><userinput>sed 's/root/0' login/Makefile.backup > login/Makefile:</userinput> This sed command replaces all occurrences of <filename>root</filename> in <filename>login/Makefile.backup</filename> -with 0. This is because we don't have glibc on the LFS system yet, so -usernames can't be resolved to their user id's. Therefore, we replace -the username root with user id 0.</para> +with 0. This is necessary because we don't have glibc on the LFS system yet, so +user names can't be resolved to their user IDs. Therefore, we replace +the user name "root" with user ID 0.</para> <para><userinput>--enable-add-ons:</userinput> This enables the add-on that we install with Glibc: linuxthreads</para> |