Changeset d943399


Ignore:
Timestamp:
03/11/2023 12:46:52 AM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
57ccb5b
Parents:
0bf56aad
Message:

Add kernel configureation introduction.

Add an <important> note as an introduction to configuring the kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r0bf56aad rd943399  
    4646    configures the kernel.</para>
    4747
     48    <important>
     49      <para>
     50        Building the linux kernel for the first time is one of the most
     51        challenging tasks in LFS.  Getting it right depends on the specific
     52        hardware for the target system and your specific needs. There are
     53        almost 12,000 configuration items that are available for the kernel
     54        although only about a third of them are needed for most computers. The
     55        LFS editors recommend that users not familiar with this process follow
     56        the procedures below fairly closely.  The objective is to get an
     57        initial system to a point where you can log in at the command line when
     58        you reboot later in <xref linkend="ch-finish-reboot"/>.  At his point
     59        optimization and customization is not a goal.
     60      </para>
     61
     62     
     63      <para>
     64        For general information on kernel configuration see <ulink
     65        url="&hints-root;kernel-configuration.txt"/>.  Additional information
     66        about configuring and building the kernel can be found at <ulink
     67        url="http://www.kroah.com/lkn/"/>. These refereces are a bit
     68        dated, but still give a reasonable overview of the process.
     69      </para>
     70
     71      <para>
     72        If all else fails, you can ask for help on the <ulink
     73        url="https://www.linuxfromscratch.org/mail.html">lfs-suport</ulink>
     74        mailing list.  Note that suscribing is required in order for the list
     75        to avoid spam.
     76      </para>
     77    </important>
     78
    4879    <para>Prepare for compilation by running the following command:</para>
    4980
     
    89120    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
    90121
    91     <para>For general information on kernel configuration see <ulink
    92     url="&hints-root;kernel-configuration.txt"/>.  Additional
    93     information about configuring and building the kernel can be found at
    94     <ulink url="http://www.kroah.com/lkn/"/>.</para>
    95122
    96123    <note>
Note: See TracChangeset for help on using the changeset viewer.