diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-23 19:52:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-23 19:52:42 +0000 |
commit | 7eac3e32abdb80a27508969c0662d22695a14d6e (patch) | |
tree | 0406b9ac96672f92b002fd34a772ef31ee9c67d2 /chapter06/udev.xml | |
parent | e43868f257bcfa7112b549843e04aff229dada7a (diff) |
Install documentation explaining how to create Udev rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4164bdcaf..bdd6c9aee 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -54,6 +54,10 @@ the configuration files here:</para> <screen><userinput>cp ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<para>Install the documentation that explains how to create Udev rules:</para> + +<screen><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen> + <!-- Edit Me --> <para>Run the <command>udevstart</command> program to create our full complement of device nodes.</para> |