From 2c8e54a95eb241a3cfd5d0da1f46414a3c075850 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 2 Apr 2001 23:14:43 +0000 Subject: [PATCH] Added /dev/null git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 1 + 1 file changed, 1 insertion(+) 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:
+ mknod -m 0666 /dev/null c 1 3 && touch /etc/ld.so.conf && mkdir /usr/src/glibc-build && cd /usr/src/glibc-build &&