aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-01-16 18:34:31 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-01-16 18:34:31 +0000
commite9ba8aa85f6fe42e7fe1c8815431702c07fe9172 (patch)
treed8ff9914bcd492b9debadbaf82dbbe3365e1a5af /chapter08/kernel.xml
parent6c3ab2e4b6018dbafe493e56609d6478a79bfbe4 (diff)
Change bootscripts to use devtmpfs for /dev.
Move mounting of /dev to mountvirtfs and ensure /dev gets placed in /etc/mtab. Change fstab and kernel configuration sections to reflect these changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml11
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 ---&gt;
+ Generic Driver Options ---&gt;
+ Maintain a devtmpfs filesystem to mount at /dev</screen></note>
<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>