Ignore:
Timestamp:
04/28/2021 09:40:51 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
99ee345
Parents:
c461bd9
Message:

Add manual locales needed for tests if using alternate locale installation
instructions.

Minor changes to boot scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rc461bd9 r49e360b9  
    281281    install locales not listed in the
    282282    <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file
    283     in the unlikely case you need them.</para>
     283    when you need them. For instance, the following two locales are
     284    needed for some tests later in this chapter:</para>
     285 
     286<screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
     287localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true</userinput></screen>
    284288
    285289    <note><para>Glibc now uses libidn2 when resolving internationalized
Note: See TracChangeset for help on using the changeset viewer.