diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2012-02-04 23:37:17 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2012-02-04 23:37:17 +0000 |
commit | 841b7235aa2c0d12622dff65a3a6c763f6f7493e (patch) | |
tree | d3cb5f17b7e63d7de9f2a0db6cb7654f03b8c8b2 /chapter01 | |
parent | 6b13ebc66a82fec58a3ed531e79064d2ae28a0a3 (diff) |
Change the recipe for wrapper kernel module dependencies to use the explicit soft-dependency support added to kmod. While I'm here, rewrite a bunch of the chapter-7 udev processing documentation, now that we use devtmpfs.
Fixes #3010.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9727 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2391fcf55..76f466758 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,18 @@ --> <listitem> + <para>2012-02-04</para> + <itemizedlist> + <listitem> + <para>[bryan] - Fix up text in section 7.4 ("device and module + handling"), and change the recommendation for wrapper modules to + use kmod's support for soft post-dependencies instead. Fixes + <ulink url="&lfs-ticket-root;3010">#3010</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-02-02</para> <itemizedlist> <listitem> |