aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:00:15 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:00:15 +0000
commit7eae78fb84357944ee5a6ee60565ba2e2a18573f (patch)
tree6bfb1c7084afc50ef326325c51dca207b0282f5a /chapter06/udev.xml
parentc73dbf28bdc2045d75cecc15e8a798766ea3093d (diff)
Don't create the /dev/shm directory, which is now handled by the udev bootscript. Fixes #2864.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r--chapter06/udev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 61648af30..4ad69468f 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -55,7 +55,7 @@
<para>Create some devices and directories that Udev cannot handle due to
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}}
+<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/pts}
mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
<para>Prepare the package for compilation:</para>