aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter08/kernel.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2b718bce3..1721d7913 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -51,6 +51,9 @@ of the LFS Book.</para>
</itemizedlist>
</listitem>
+<listitem><para>February 13, 2005 [matt]: Add a link to BLFS' index of
+packages requiring kernel configuration. Fixes bug 1028.</para></listitem>
+
<listitem><para>February 13, 2005 [matt]: Fix bug 1030 by moving the <quote>Get
Counted</quote> section to after the user has rebooted for the first time.
Fixes bug 1030.</para></listitem>
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>