diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-03-16 04:29:00 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-03-16 04:29:00 +0000 |
commit | bb8939c1e6fc50dbe981838c16043142fced4833 (patch) | |
tree | 139787051974509b763f9c6a3fac12ed3536cf2f /chapter06/udev.xml | |
parent | 6a4a95fd50f6908f58940a9ed55e77eb48d61754 (diff) |
- Install udev's 40-isdn.rules to handle ISDN (CAPI) devices; remove udev-config
rules for them. Fixes more of #2297.
- Use the dialout group instead of uucp. Udev has moved to a Debian-like setup,
where the uucp group is for a UUCP daemon, and dialout is for devices. (This
undoes much of r8428 as well.) Fixes the rest of #2314, and more of #2297.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index a2c1a84ec..5216a95ac 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -86,6 +86,11 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <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 |