From 2ccccf7389e260407b17fcca3997d21f2135662f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 6 Jun 2007 17:28:25 +0000 Subject: Adjusted locale settings for Bash testsuite run and kernel's make menuconfig. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 03ca3bd1b..ea7005308 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -55,7 +55,26 @@ packages outside of LFS at : -make menuconfig +make LANG=<host_LANG_value> LC_ALL= menuconfig + + + The meaning of the make parameters: + + + LANG=<host_LANG_value> LC_ALL= + + 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. + + Be sure to replace <host_LANG_value> + by the value of the $LANG variable from your host. + If not set, you could use also the host's value of $LC_ALL + or $LC_CTYPE. + + + + Alternatively, make oldconfig may be more appropriate in some situations. See the README @@ -143,9 +162,9 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version; The headers in the system's include directory should always be the ones against which Glibc was compiled, - that is, the sanitised headers from the Linux kernel tarball. - Therefore, should never be replaced by the raw kernel - headers or if upgrading the kernel. + that is, the sanitised headers from this Linux kernel tarball. + Therefore, thay should never be replaced by either + the raw kernel headers or any other kernel sanitized headers. -- cgit v1.2.3-54-g00ecf