diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-16 17:19:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-16 17:19:20 +0000 |
commit | f896e21c3f635470dec99e91be17dba666c0908c (patch) | |
tree | 95250a744c121ebb3a0ddf1abb7fe4d7e700eb5c /chapter07 | |
parent | b8bda22c6c465773b3cf81ef8a040125d967ef68 (diff) |
Updated udev to version 186. This update has a major procedure
change due to merging systemd and udev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 33d10c17d..1d65a221f 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -132,7 +132,7 @@ <sect3> <title>Device Node Creation</title> - <para>As of Udev-&udev-version;, <command>udevd</command> no longer + <para>In recent version of udev, <command>udevd</command> no longer creates device files in <filename class="directory">/dev</filename>. Instead, this must be handled in the kernel, by the <systemitem class="filesystem">devtmpfs</systemitem> filesystem. Any driver that |