diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 21:29:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 21:29:05 +0000 |
commit | 200e4660ba04aa7555c281b33625f75e3ace880c (patch) | |
tree | bbb34532c77bae93874ae00f3bd08165ee5c0502 /chapter01 | |
parent | 2084b36a18e4b50d7f6cd254afb8455bf5987930 (diff) |
Add creation of /etc/modprobe.conf to stop ohci_hcd & uhci_hcd from being loaded before ehci_hcd. Fixes #2280.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fb960ef7c..45bc38934 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,13 @@ <para>2009-05-16</para> <itemizedlist> <listitem> + <para>[matthew] - Add creation of + <filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and + uhci_hcd modules being loaded before ehci_hcd, and thus avoid a + boot-time warning. Fixes + <ulink url="&lfs-ticket-root;2280">#2280</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Udev-142. Fixes <ulink url="&lfs-ticket-root;2395">#2395</ulink>.</para> </listitem> |