|
@@ -47,6 +47,11 @@ un-tarring.</para>
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen>
|
|
|
|
|
|
+<para>Also, assure that the kernel does not attempt to pass hotplugging events
|
|
|
+to userspace until userspace specifies that it is ready:</para>
|
|
|
+
|
|
|
+<screen><userinput>sed -i 's@/sbin/hotplug@/bin/true@' kernel/kmod.c</userinput></screen>
|
|
|
+
|
|
|
<para>Configure the kernel via a menu-driven interface:</para>
|
|
|
|
|
|
<screen><userinput>make menuconfig</userinput></screen>
|