Changeset 9faa3e2


Ignore:
Timestamp:
05/23/2008 10:45:32 PM (16 years ago)
Author:
Bryan Kadzban <bryan@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
1c48007
Parents:
61e63d3
Message:

Install a few rules from udev's etc/udev/packages/ directory to handle device-mapper (LVM and dm-raid), md-raid, and a few Palm device symlinks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r61e63d3 r9faa3e2  
    3737-->
    3838
     39    <listitem>
     40      <para>2008-05-23</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bryan] - Install a few extra rules from the
     44          etc/udev/packages directory in udev.  Thanks to Dan
     45          Nicholson for noticing the issue.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49           
    3950    <listitem>
    4051      <para>2008-05-22</para>
  • chapter06/udev.xml

    r61e63d3 r9faa3e2  
    102102
    103103    <para>Udev has to be configured in order to work properly, as its default
    104     configuration does not cover all devices. Install the (LFS-specific)
    105     custom rules files:</para>
     104    configuration does not cover all devices. First install a few extra rules
     105    files from Udev to help support device-mapper and RAID setups:</para>
     106
     107<screen><userinput remap="install">install -m644 -v etc/udev/packages/64-*.rules \
     108    /etc/udev/rules.d/</userinput></screen>
     109
     110    <para>Now install a file to create symlinks for certain hand-held devices:</para>
     111
     112<screen><userinput remap="install">install -m644 -v etc/udev/packages/40-pilot-links.rules \
     113    /etc/udev/rules.d/40-pilot-links.rules</userinput></screen>
     114
     115    <!-- There are more files available in the packages/ directory, if we want
     116         to consider using them.  Most are probably irrelevant to LFS though.
     117         "alsa" isn't, but we already have those rules, using a better set of
     118         matches.  Most of the files in packages/ are for other architectures. -->
     119
     120    <para>Now install the LFS-specific custom rules files:</para>
    106121
    107122<screen><userinput remap="install">cd &udev-config;
Note: See TracChangeset for help on using the changeset viewer.