|
@@ -122,23 +122,12 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
- <para>Udev has to be configured in order to work properly, as its default
|
|
|
- configuration does not cover all devices. First install two extra rules
|
|
|
- files from Udev to help support device-mapper and RAID setups:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
|
|
|
- /lib/udev/rules.d/</userinput></screen>
|
|
|
-
|
|
|
- <para>Now install a file to create symlinks for certain hand-held devices:</para>
|
|
|
+ <para>Udev's default configuration covers most but not all devices. Install
|
|
|
+ a file to create symlinks for certain hand-held devices:</para>
|
|
|
|
|
|
<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
|
|
|
/lib/udev/rules.d/</userinput></screen>
|
|
|
|
|
|
- <para>Now install a file to handle ISDN devices:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="install">install -m644 -v rules/packages/40-isdn.rules \
|
|
|
- /lib/udev/rules.d/</userinput></screen>
|
|
|
-
|
|
|
<!-- There are more files available in the packages/ directory, if we want
|
|
|
to consider using them. Most are probably irrelevant to LFS though.
|
|
|
"alsa" isn't, but we already have those rules, using a better set of
|