Commit 43a36010 authored by Michael Shigorin's avatar Michael Shigorin

rescue: locale band-aid

It's by no means substitution for proper l10n feature but forcing users into POSIX locale for recovery ops is no good at all. This is basically a fork of live feature's 20-locale, a font has been changed to save some face though.
parent a6a3254b
#!/bin/sh -efu
# NB: keyboard layout not included!
if [ -s /etc/sysconfig/i18n ]; then exit 0; fi
mkdir -p /etc/sysconfig
cat >> /etc/sysconfig/i18n << _EOF_
# mkimage-profiles live 20-locale hook
SYSFONT=LatArCyrHeb-16
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