Ignore:
Timestamp:
08/30/2020 06:09:09 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
35e5addf
Parents:
7091d59
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r7091d59 r602a01f  
    5555    un-tarring.</para>
    5656
     57    <para>There are several ways to configure the kernel options. Usually,
     58    This is done through a menu-driven interface, for example:</para>
     59
     60<screen role="nodump"><userinput>make menuconfig</userinput></screen>
     61
     62    <variablelist>
     63      <title>The meaning of optional make environment variables:</title>
     64
     65      <varlistentry>
     66        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
     67        <listitem>
     68          <para>This establishes the locale setting to the one used on the
     69          host.  This may be needed for a proper menuconfig ncurses interface
     70          line drawing on a UTF-8 linux text console.</para>
     71
     72          <para>If used, be sure to replace
     73          <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
     74          the <envar>$LANG</envar> variable from your host.  You can
     75          alternatively use instead the host's value of <envar>$LC_ALL</envar>
     76          or <envar>$LC_CTYPE</envar>.</para>
     77        </listitem>
     78      </varlistentry>
     79
     80      <varlistentry>
     81        <term><command>make menuconfig</command></term>
     82        <listitem>
     83          <para>This launches an ncurses menu-driven interface. For other
     84          (graphical) interfaces, type <command>make help</command>.</para>
     85        </listitem>
     86      </varlistentry>
     87    </variablelist>
     88
    5789    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
    5890
    59     <para>Configure the kernel via a menu-driven interface. For general
    60     information on kernel configuration see <ulink
     91    <para>For general information on kernel configuration see <ulink
    6192    url="&hints-root;kernel-configuration.txt"/>.  BLFS has some information
    6293    regarding particular kernel configuration requirements of packages outside
     
    194225    </variablelist>
    195226
    196 <screen role="nodump"><userinput>make menuconfig</userinput></screen>
    197 
    198     <variablelist>
    199       <title>The meaning of optional make environment variables:</title>
    200 
    201       <varlistentry>
    202         <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
    203         <listitem>
    204           <para>This establishes the locale setting to the one used on the
    205           host.  This may be needed for a proper menuconfig ncurses interface
    206           line drawing on a UTF-8 linux text console.</para>
    207 
    208           <para>If used, be sure to replace
    209           <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
    210           the <envar>$LANG</envar> variable from your host.  You can
    211           alternatively use instead the host's value of <envar>$LC_ALL</envar>
    212           or <envar>$LC_CTYPE</envar>.</para>
    213         </listitem>
    214       </varlistentry>
    215 
    216     </variablelist>
    217 
    218227    <para>Alternatively, <command>make oldconfig</command> may be more
    219228    appropriate in some situations. See the <filename>README</filename>
Note: See TracChangeset for help on using the changeset viewer.