diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-08 16:36:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-08 16:36:46 +0000 |
commit | 6bd5f1124176506262ea32a688c6ce295e8781ac (patch) | |
tree | aa975da41ffcb50b287df05ea4729f61168c0ceb /chapter07 | |
parent | e4429b7173ab1343a0a20089db115fba66f49e0b (diff) |
Removed references to /lib/udev/devices.
Update to linux-3.15.4.
Removed systemd references in bootscripts.
Simlify lto instructions in chapter 6 gcc.
Update XML-Parser source location.
Update to eudev-1.9.
Update to kbd-2.0.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/usage.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 056102515..6d2779e90 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -210,18 +210,6 @@ EOF</userinput></screen> <sect2> <title>Udev Bootscripts</title> - <para>The first LFS bootscript, - <filename>/etc/init.d/mountvirtfs</filename> will copy any devices - located in <filename class="directory">/lib/udev/devices</filename> to - <filename class="directory">/dev</filename>. This is necessary because - some devices, directories, and symlinks are needed before the dynamic - device handling processes are available during the early stages of - booting a system, or are required by <command>udevd</command> itself. - Creating static device nodes in <filename - class="directory">/lib/udev/devices</filename> also provides an easy - workaround for devices that are not supported by the dynamic device - handling infrastructure.</para> - <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts <command>udevd</command>, triggers any "coldplug" devices that have already been created by the kernel and waits for any rules to complete. |