* 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
This commit is contained in:
Matthew Burgess 2005-02-13 14:09:24 +00:00
parent 9f1c7e5ac8
commit 2f9131f839
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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>