Commit ce84fac0 authored by Anton Midyukov's avatar Anton Midyukov

live: remove 20-locale

Set locale C.UTF-8 in sub.in/rootfs/00-lang-C (fallback). When use/l10n set locale in rootfs/image-scripts.d/50-l10n-sysconfig.
parent e745fa27
#!/bin/sh -efu
# if no means for locale setup are employed,
# it should still be at least marginally reasonable
# NB: keyboard layout not included!
[ -f /etc/sysconfig/i18n ] || exit 0
[ ! -s /etc/sysconfig/i18n ] || exit 0
mkdir -p /etc/sysconfig
cat >> /etc/sysconfig/i18n << _EOF_
# mkimage-profiles live 20-locale hook
SYSFONT=UniCyr_8x16
LANG=en_US.utf8
_EOF_
:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment