Hello,
Before I start with the kernel compilation I would like someone to clarify me
some things.
At step
make LANG=<host_LANG_value> LC_ALL= menuconfig
the book says
"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 instead the host's value of $LC_ALL
or $LC_CTYPE."
My host is configured with LANG=en_US.UTF-8 but my chroot has been configured
for LANG=es_ES.ISO-8859-15 (my /etc/sysconfig/console is configured for Spanish
too).
I would like to know the following:
1) If the make LANG=<host_LANG_value> refers to the one configured at chroot or
at the host.
2) Is this just a temporal use of the LANG= variable for the make command to
just work fine?
3) Will this have as a result the compiled kernel to be 'associated' with that
LANG= value and only?
Thanks,
Marcos
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page