diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-28 16:40:51 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-28 16:40:51 -0500 |
commit | 49e360b9b52900bdda162467c1d01244379c093b (patch) | |
tree | 810f34fc6012a6377d4e63cb53369ae6e7695ee3 /chapter08 | |
parent | c461bd9011d22a23ad20babaa0039958761beb16 (diff) |
Add manual locales needed for tests if using alternate locale installation
instructions.
Minor changes to boot scripts.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 6f99a94c5..7fc661dc2 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -280,7 +280,11 @@ localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS</userinput></screen> <para>Then use the <command>localedef</command> command to create and install locales not listed in the <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file - in the unlikely case you need them.</para> + when you need them. For instance, the following two locales are + needed for some tests later in this chapter:</para> + +<screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true +localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true</userinput></screen> <note><para>Glibc now uses libidn2 when resolving internationalized domain names. This is a run time dependency. If this capability |