mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Editorial changes to the kernel section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
72fb9bf997
commit
230381d121
@ -38,6 +38,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2016-05-16</para>
|
<para>2016-05-16</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Made editorial changes to the kernel section.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Moved Host System Requirements to Chapter 2
|
<para>[bdubbs] - Moved Host System Requirements to Chapter 2
|
||||||
and made minor editorial changes.</para>
|
and made minor editorial changes.</para>
|
||||||
|
@ -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.
|
<para>This establishes the locale setting to the one used on the
|
||||||
This is needed for a proper menuconfig ncurses interface line
|
host. This may be needed for a proper menuconfig ncurses interface
|
||||||
drawing on UTF-8 linux text console.</para>
|
line drawing on a UTF-8 linux text console.</para>
|
||||||
|
|
||||||
<para>Be sure to replace <replaceable><host_LANG_value></replaceable>
|
<para>If used, be sure to replace
|
||||||
by the value of the <envar>$LANG</envar> variable from your host.
|
<replaceable><host_LANG_value></replaceable> by the value of
|
||||||
If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user