aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/udev.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2008-10-12 19:14:57 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2008-10-12 19:14:57 +0000
commit68edbd40b69d8c55bc2c9945ea56690ff8d147cc (patch)
treeced13cba4d70c3de1d984bf00fda90a27bddf3f1 /chapter06/udev.xml
parentc66a37ce4fcb1b5ed5fae16229fde39564ae87e7 (diff)
Corrected installation of udev rules files in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r--chapter06/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index b84f89a68..4a1b2c1ca 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -95,12 +95,12 @@ rmdir -v /lib/pkgconfig</userinput></screen>
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 etc/udev/packages/64-*.rules \
+<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
/etc/udev/rules.d/</userinput></screen>
<para>Now install a file to create symlinks for certain hand-held devices:</para>
-<screen><userinput remap="install">install -m644 -v etc/udev/packages/40-pilot-links.rules \
+<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
/etc/udev/rules.d/</userinput></screen>
<!-- There are more files available in the packages/ directory, if we want