aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-24 20:19:18 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-24 20:19:18 +0000
commit0152a7b7b97f6aad29a550006474e171d4be78d1 (patch)
tree2aa05037d429a0cdd65944877a5a1d2489feb0b7
parent2522573fa448190c533c851f24e35f3bad793b80 (diff)
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
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/udev.xml1
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e8b26a3fb..8ec7b430f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,11 @@
<para>2010-01-24</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Don't create /lib/udev/devices/kmsg as Udev >= 142
+ creates it automatically. Fixes
+ <ulink url="&lfs-ticket-root;2552">#2552</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgrade to File-5.04. Fixes
<ulink url="&lfs-ticket-root;2555">#2555</ulink>.</para>
</listitem>
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 @@
<screen><userinput remap="install">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