Changeset 31e6ccb2


Ignore:
Timestamp:
03/11/2023 11:30:15 PM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
b5b704a
Parents:
db84777 (diff), 57ccb5b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rdb84777 r31e6ccb2  
    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>
     
    187214
    188215      <para>If the partition for the LFS system is in a NVME SSD (i. e. the
    189       device node for the parition is <filename>/dev/nvme*</filename>
     216      device node for the partition is <filename>/dev/nvme*</filename>
    190217      instead of <filename>/dev/sd*</filename>), enable NVME support or
    191218      the LFS system won't boot:</para>
Note: See TracChangeset for help on using the changeset viewer.