Changeset 6bd5f11 for chapter07


Ignore:
Timestamp:
07/08/2014 04:36:46 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
87fd5ce
Parents:
e4429b7
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/usage.xml

    re4429b7 r6bd5f11  
    210210  <sect2>
    211211    <title>Udev Bootscripts</title>
    212 
    213       <para>The first LFS bootscript,
    214       <filename>/etc/init.d/mountvirtfs</filename> will copy any devices
    215       located in <filename class="directory">/lib/udev/devices</filename> to
    216       <filename class="directory">/dev</filename>. This is necessary because
    217       some devices, directories, and symlinks are needed before the dynamic
    218       device handling processes are available during the early stages of
    219       booting a system, or are required by <command>udevd</command> itself.
    220       Creating static device nodes in <filename
    221       class="directory">/lib/udev/devices</filename> also provides an easy
    222       workaround for devices that are not supported by the dynamic device
    223       handling infrastructure.</para>
    224212
    225213      <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts
Note: See TracChangeset for help on using the changeset viewer.