|
@@ -108,21 +108,22 @@ Device Drivers --->
|
|
|
|
|
|
</variablelist>
|
|
</variablelist>
|
|
|
|
|
|
-<screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen>
|
|
|
|
|
|
+<screen role="nodump"><userinput>make menuconfig</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
<variablelist>
|
|
- <title>The meaning of the make parameters:</title>
|
|
|
|
|
|
+ <title>The meaning of optional make environment variables:</title>
|
|
|
|
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term>
|
|
<term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>This establishes the locale setting to the one used on the host.
|
|
|
|
- This is needed for a proper menuconfig ncurses interface line
|
|
|
|
- drawing on UTF-8 linux text console.</para>
|
|
|
|
-
|
|
|
|
- <para>Be sure to replace <replaceable><host_LANG_value></replaceable>
|
|
|
|
- by the value of the <envar>$LANG</envar> variable from your host.
|
|
|
|
- If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
|
|
|
|
|
|
+ <para>This establishes the locale setting to the one used on the
|
|
|
|
+ host. This may be needed for a proper menuconfig ncurses interface
|
|
|
|
+ line drawing on a UTF-8 linux text console.</para>
|
|
|
|
+
|
|
|
|
+ <para>If used, be sure to replace
|
|
|
|
+ <replaceable><host_LANG_value></replaceable> by the value of
|
|
|
|
+ the <envar>$LANG</envar> variable from your host. You can
|
|
|
|
+ alternatively use instead the host's value of <envar>$LC_ALL</envar>
|
|
or <envar>$LC_CTYPE</envar>.</para>
|
|
or <envar>$LC_CTYPE</envar>.</para>
|
|
</listitem>
|
|
</listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
@@ -161,6 +162,14 @@ Device Drivers --->
|
|
required to complete the installation. Some files need to be copied to
|
|
required to complete the installation. Some files need to be copied to
|
|
the <filename class="directory">/boot</filename> directory.</para>
|
|
the <filename class="directory">/boot</filename> directory.</para>
|
|
|
|
|
|
|
|
+ <caution>
|
|
|
|
+ <para>If the host system has a separate /boot partition, the
|
|
|
|
+ files copied below should go there. The easiest way to do that
|
|
|
|
+ is to bind /boot on the host to /mnt/lfs/boot before proceeding:</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
|
|
|
|
+ </caution>
|
|
|
|
+
|
|
<para>The path to the kernel image may vary depending on the platform being
|
|
<para>The path to the kernel image may vary depending on the platform being
|
|
used. The filename below can be changed to suit your taste, but the stem of
|
|
used. The filename below can be changed to suit your taste, but the stem of
|
|
the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
|
|
the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
|