diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 23:16:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 23:16:27 +0000 |
commit | 7ae8d7987652e2cf3bc262a8b2d039c4f2dea3d0 (patch) | |
tree | 4e60345319ff8d74089dc9b68f4ef4266e710be8 | |
parent | 9f8c9bc511ff3c647370ff51ed792754a63fa634 (diff) |
Remove an empty documentation directory that Udev-154 creates.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/udev.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d071daf2b..13cd375a2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-05-21</para> <itemizedlist> <listitem> + <para>[matthew] - Remove an empty documentation directory created by + Udev-154.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to IPRoute2-2.6.34. Fixes <ulink url="&lfs-ticket-root;2668">#2668</ulink>.</para> </listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 665191e2f..0e5fa85fd 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -122,6 +122,10 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> + <para>Remove an empty documentation directory:</para> + +<screen><userinput remap="install">rmdir /usr/share/doc/udev</userinput></screen> + <para>Udev's default configuration covers most but not all devices. Install a file to create symlinks for certain hand-held devices:</para> |