Ignore:
Timestamp:
05/18/2016 01:47:18 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Children:
09a0ef3e
Parents:
2a60cf45
Message:

Merged from trunk to r11067.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r2a60cf45 r121f4cc  
    123123    </variablelist>
    124124
    125 <screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
     125<screen role="nodump"><userinput>make menuconfig</userinput></screen>
    126126
    127127    <variablelist>
    128       <title>The meaning of the make parameters:</title>
     128      <title>The meaning of optional make environment variables:</title>
    129129
    130130      <varlistentry>
    131131        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
    132132        <listitem>
    133           <para>This establishes the locale setting to the one used on the host.
    134           This is needed for a proper menuconfig ncurses interface line
    135           drawing on UTF-8 linux text console.</para>
    136 
    137           <para>Be sure to replace <replaceable>&lt;host_LANG_value&gt;</replaceable>
    138           by the value of the <envar>$LANG</envar> variable from your host.
    139           If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
     133          <para>This establishes the locale setting to the one used on the
     134          host.  This may be needed for a proper menuconfig ncurses interface
     135          line drawing on a UTF-8 linux text console.</para>
     136
     137          <para>If used, be sure to replace
     138          <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
     139          the <envar>$LANG</envar> variable from your host.  You can
     140          alternatively use instead the host's value of <envar>$LC_ALL</envar>
    140141          or <envar>$LC_CTYPE</envar>.</para>
    141142        </listitem>
     
    175176    required to complete the installation. Some files need to be copied to
    176177    the <filename class="directory">/boot</filename> directory.</para>
     178
     179    <caution>
     180      <para>If the host system has a separate /boot partition, the
     181      files copied below should go there. The easiest way to do that
     182      is to bind /boot on the host to /mnt/lfs/boot before proceeding:</para>
     183
     184<screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
     185    </caution>
    177186
    178187    <para>The path to the kernel image may vary depending on the platform being
Note: See TracChangeset for help on using the changeset viewer.