diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-02 23:14:43 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-02 23:14:43 +0000 |
commit | 2c8e54a95eb241a3cfd5d0da1f46414a3c075850 (patch) | |
tree | b91913cab8dc0b7c06e2a2f529ac14d9d02cd954 | |
parent | fb5328cb36eb5792fc2122094e089678f2d70e7c (diff) |
Added /dev/null
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 9ffccab17..2f1039f68 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -13,6 +13,7 @@ Install Glibc by running the following commands: <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> <userinput>cd /usr/src/glibc-build &&</userinput> |