From 7eae78fb84357944ee5a6ee60565ba2e2a18573f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 7 May 2011 19:00:15 +0000 Subject: 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 --- chapter06/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 @@ Create some devices and directories that Udev cannot handle due to them being required very early in the boot process, or by Udev itself: -install -dv /lib/{firmware,udev/devices/{pts,shm}} +install -dv /lib/{firmware,udev/devices/pts} mknod -m0666 /lib/udev/devices/null c 1 3 Prepare the package for compilation: -- cgit v1.2.3-54-g00ecf