diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-25 01:04:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-25 01:04:51 +0000 |
commit | 96e9f0bd0ae9d5e539abbcec8109ec5e1f103e30 (patch) | |
tree | 18d7da318b835f5eca20fd1353c9736dace6dd14 /chapter06/eudev.xml | |
parent | 8a961f65245346170b1f4f5ca50775691b423bd5 (diff) |
Add an instruction to the eudev install to create the initial
/etc/udev/hwdb.bin file.
Update to tzdata-2014i.
Update to util-linux-2.25.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 8b31ae329..7d49c3555 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -80,9 +80,11 @@ mkdir -pv /etc/udev/rules.d</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> - <para>Install the package:</para> + <para>Install the package and creat the initial + <filename>/etc/udev/hwdb.bin</filename> file:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +udevadm hwdb --update</userinput></screen> <para>Now, install the man pages:</para> |