Author: matthew
Date: 2010-01-24 13:19:18 -0700 (Sun, 24 Jan 2010)
New Revision: 9159
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/udev.xml
Log:
Don't create /lib/udev/devices/kmsg as Udev >= 142 creates it automatically.
Fixes #2552.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-01-24 09:48:40 UTC (rev 9158)
+++ trunk/BOOK/chapter01/changelog.xml 2010-01-24 20:19:18 UTC (rev 9159)
@@ -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>
Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml 2010-01-24 09:48:40 UTC (rev 9158)
+++ trunk/BOOK/chapter06/udev.xml 2010-01-24 20:19:18 UTC (rev 9159)
@@ -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
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page