diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/createfiles.xml | 3 | ||||
-rw-r--r-- | chapter06/udev.xml | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index f11210c73..671f55f20 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -83,13 +83,12 @@ daemon:x:6: floppy:x:7: disk:x:8: lp:x:9: -uucp:x:10: +dialout:x:10: audio:x:11: video:x:12: utmp:x:13: usb:x:14: cdrom:x:15: -dialout:x:16: mail:x:34: nogroup:x:99:</literal> EOF</userinput></screen> 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 |