From 0152a7b7b97f6aad29a550006474e171d4be78d1 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 24 Jan 2010 20:19:18 +0000 Subject: Don't create /lib/udev/devices/kmsg as Udev >= 142 creates it automatically. Fixes #2552. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3ad501385..c388543d1 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -51,7 +51,6 @@ install -dv /lib/{firmware,udev/devices/{pts,shm}} mknod -m0666 /lib/udev/devices/null c 1 3 -mknod -m0600 /lib/udev/devices/kmsg c 1 11 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 -- cgit v1.2.3-54-g00ecf