|
@@ -21,7 +21,7 @@ configuration. This is done because Glibc can't autodetect perl since
|
|
|
it hasn't been installed yet.</para>
|
|
|
|
|
|
<para><userinput>sed 's/root/0' login/Makefile.backup >
|
|
|
-login/Makefile:</userinput> This sed command replaces all occurences of
|
|
|
+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
|
|
@@ -38,7 +38,7 @@ We do this because we are only building for our own system. Cross-compiling
|
|
|
is used, for instance, to build a package for an Apple Power PC on an
|
|
|
Intel system. The reason Glibc thinks we're cross-compiling is that it
|
|
|
can't compile a test program to determine this, so it automatically defaults
|
|
|
-to a cross-compiler. Compiling the test program failes because Glibc hasn't
|
|
|
+to a cross-compiler. Compiling the test program fails because Glibc hasn't
|
|
|
been installed yet.</para>
|
|
|
|
|
|
<para><userinput>exec /bin/bash:</userinput>This command will
|