aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 14:09:24 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 14:09:24 +0000
commit2f9131f8390243dbc350fe2eeb9e1d58f0264888 (patch)
treee4f016fd46a5dda1e737400986173bb26f72f7d6 /chapter08
parent9f1c7e5ac89624d1e85733eb98baa16b766884ca (diff)
* Add a link to BLFS' kernel configuration index page. Fixes bug 1028
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index ba25b399b..9fe3bc889 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -41,7 +41,10 @@ to compile the keymap into the kernel, issue the command below:</para>
<screen><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> &gt; \
drivers/char/defkeymap.c</userinput></screen>
-<para>Configure the kernel via a menu-driven interface:</para>
+<para>Configure the kernel via a menu-driven interface. 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>
<screen><userinput>make menuconfig</userinput></screen>