diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 7c31806c3..a448f88e6 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -58,10 +58,17 @@ <para>Configure the kernel via a menu-driven interface. For general information on kernel configuration see <ulink - url="&hints-root;kernel-configuration.txt"/>. BLFS has some information + url="&hints-root;kernel-configuration.txt"/>. BLFS has some information regarding particular kernel configuration requirements of packages outside of LFS at <ulink - url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para> + url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>. </para> + + <note><para>Due to recent changes in <application>udev</application>, be sure to + select:</para> + + <screen role="nodump">Device Drivers ---> + Generic Driver Options ---> + Maintain a devtmpfs filesystem to mount at /dev</screen></note> <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen> |