diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-20 23:01:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-20 23:01:24 +0000 |
commit | 7e3a2897e7e8d8b398162f464f093388efbaf48f (patch) | |
tree | 79d6f0ede1ae516bb9d73e48b6c369a76e63c3ce /chapter08 | |
parent | 899d530eb75399ffed52651980b27ea2abe3806c (diff) |
Add comments about the kernel make defconfig option
when configuring the kernel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 00309b469..3b91f4849 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -65,7 +65,12 @@ information about configuring and building the kernel can be found at <ulink url="http://www.kroah.com/lkn/"/> </para> - <note><para>Due to recent changes in <application>udev</application>, be sure to + <note><para>A good starting place for setting up the kernel configuration + is to run <command>make defconfig</command>. This will set the base + configuration to a good state that takes your current system architecture + into account.</para> + + <para>Due to recent changes in <application>udev</application>, be sure to select:</para> <screen role="nodump">Device Drivers ---> |