Changeset 230381d
- Timestamp:
- 05/16/2016 11:08:24 PM (8 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- e5cd5e3
- Parents:
- 72fb9bf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r72fb9bf r230381d 40 40 <itemizedlist> 41 41 <listitem> 42 <para>[bdubbs] - Made editorial changes to the kernel section. 43 </para> 44 </listitem> 45 <listitem> 42 46 <para>[bdubbs] - Moved Host System Requirements to Chapter 2 43 47 and made minor editorial changes.</para> -
chapter08/kernel.xml
r72fb9bf r230381d 109 109 </variablelist> 110 110 111 <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL=menuconfig</userinput></screen>111 <screen role="nodump"><userinput>make menuconfig</userinput></screen> 112 112 113 113 <variablelist> 114 <title>The meaning of the make parameters:</title>114 <title>The meaning of optional make environment variables:</title> 115 115 116 116 <varlistentry> 117 117 <term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term> 118 118 <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><host_LANG_value></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><host_LANG_value></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> 126 127 or <envar>$LC_CTYPE</envar>.</para> 127 128 </listitem> … … 161 162 required to complete the installation. Some files need to be copied to 162 163 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> 163 172 164 173 <para>The path to the kernel image may vary depending on the platform being
Note:
See TracChangeset
for help on using the changeset viewer.