Changeset 230381d


Ignore:
Timestamp:
05/16/2016 11:08:24 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e5cd5e3
Parents:
72fb9bf
Message:

Editorial changes to the kernel section

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r72fb9bf r230381d  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Made editorial changes to the kernel section.
     43          </para>
     44        </listitem>
     45        <listitem>
    4246          <para>[bdubbs] - Moved Host System Requirements to Chapter 2
    4347          and made minor editorial changes.</para>
  • chapter08/kernel.xml

    r72fb9bf r230381d  
    109109    </variablelist>
    110110
    111 <screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
     111<screen role="nodump"><userinput>make menuconfig</userinput></screen>
    112112
    113113    <variablelist>
    114       <title>The meaning of the make parameters:</title>
     114      <title>The meaning of optional make environment variables:</title>
    115115
    116116      <varlistentry>
    117117        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
    118118        <listitem>
    119           <para>This establishes the locale setting to the one used on the host.
    120           This is needed for a proper menuconfig ncurses interface line
    121           drawing on UTF-8 linux text console.</para>
    122 
    123           <para>Be sure to replace <replaceable>&lt;host_LANG_value&gt;</replaceable>
    124           by the value of the <envar>$LANG</envar> variable from your host.
    125           If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
     119          <para>This establishes the locale setting to the one used on the
     120          host.  This may be needed for a proper menuconfig ncurses interface
     121          line drawing on a UTF-8 linux text console.</para>
     122
     123          <para>If used, be sure to replace
     124          <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
     125          the <envar>$LANG</envar> variable from your host.  You can
     126          alternatively use instead the host's value of <envar>$LC_ALL</envar>
    126127          or <envar>$LC_CTYPE</envar>.</para>
    127128        </listitem>
     
    161162    required to complete the installation. Some files need to be copied to
    162163    the <filename class="directory">/boot</filename> directory.</para>
     164
     165    <caution>
     166      <para>If the host system has a separate /boot partition, the
     167      files copied below should go there. The easiest way to do that
     168      is to bind /boot on the host to /mnt/lfs/boot before proceeding:</para>
     169
     170<screen><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
     171    </caution>
    163172
    164173    <para>The path to the kernel image may vary depending on the platform being
Note: See TracChangeset for help on using the changeset viewer.