diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index e253af973..10160b200 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -11,7 +11,6 @@ Install Glibc by running the following commands: </para> <blockquote><literallayout> - <userinput>mknod -m 0666 /dev/null c 1 3 &&</userinput> <userinput>touch /etc/ld.so.conf &&</userinput> <userinput>mkdir /usr/src/glibc-build &&</userinput> @@ -38,7 +37,6 @@ Install Glibc by running the following commands: <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make localedata/install-locales</userinput> - </literallayout></blockquote> <para> @@ -54,7 +52,6 @@ Run the following commands to accomplish this: </para> <blockquote><literallayout> - <userinput>logout</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput> |