aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-05-20 01:47:22 +0000
committerAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-05-20 01:47:22 +0000
commit72b0264b85cbe2e8841e0386f8f698e414afcbf3 (patch)
tree13b539527dc183ccf12ab69897b394af0e66f09e /chapter08/kernel.xml
parentcdb5a787761f3085c243ea0d68a5234ebc9bf225 (diff)
Added hotplug to HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index f7ba78e97..6013089e5 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -63,6 +63,10 @@ scratch.</para>
<quote>Virtual memory file system support</quote> is enabled. It resides within
the <quote>File systems</quote> menu and is normally enabled by default.</para>
+<para>LFS bootscripts make the assumption that you either compile
+"USB device filesystem" directly into the kernel, or don't compile it at
+all. They will not work properly if it is a module (usbcore.ko).</para>
+
<note><para>NPTL requires the kernel to be compiled with GCC 3.x, in this case
&gcc-version;. Compiling with 2.95.x is known to cause failures in the glibc
testsuite, so do <emphasis>not</emphasis> compile the kernel with gcc 2.95.x