aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-29 10:41:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-29 10:41:33 +0000
commitf2ca25f95f0fc67526a4ef102f4f26a851eb9082 (patch)
treed54e93d4051bc2d97595d8de8fe6d0de10066136 /chapter06
parente73b767168639a8235a7c647c39d713c12b19e2b (diff)
Upgrade to Udev-156. Fixes #2671.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 4f2af494a..4764603d8 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -50,12 +50,7 @@
them being required very early in the boot process, or by Udev itself:</para>
<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/{pts,shm}}
-mknod -m0666 /lib/udev/devices/null c 1 3
-ln -sv /proc/self/fd /lib/udev/devices/fd
-ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
-ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
-ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
-ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
+mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<para>Prepare the package for compilation:</para>