diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-01 01:44:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-01 01:44:58 +0000 |
commit | a0c056cf7b69cdd780c6a60eef7162200a0d5493 (patch) | |
tree | b6b682bf8caa922bcd48651deff125115d3ed875 /chapter06 | |
parent | 8b3e1412e20a850925881f819b20ca37b83603aa (diff) |
Fix the location of hw data in eudev page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/eudev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 28d85f2c3..9734eb1dc 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -117,7 +117,7 @@ make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen> <para>Information about hardware devices is maintained in the <filename class="directory">/etc/udev/hwdb.d</filename> and - <filename class="directory">/usr/lib/udev/hwdb.d</filename> directories. + <filename class="directory">/lib/udev/hwdb.d</filename> directories. <application>Eudev</application> needs that information to be compiled into a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the initial database:</para> |