Harald Hoyer
c0a82e271e
i18n: default to vconsole.font.unicode=1
14 years ago
Harald Hoyer
ebaed7d51f
i18n: fixed config file parsing in hostonly mode
...
I accidently removed some parenthesis.
14 years ago
Harald Hoyer
71df3c4329
renamed module-info.sh to module-setup.sh
14 years ago
Harald Hoyer
95d2dabc25
replaced check,install,installkernel with module-info.sh
14 years ago
Andrey Borzenkov
161da365e2
i18n: do not use systemd-vconsole-setup
...
systemd-vconsole-setup was not designed to be run from udevd.
It checks locale environment to decide, whether UNICODE should
be enabled or disabled. Normally environment is setup by
systemd; but the only environment available in udev rules is
those from device properties. It means systemd-vconsole-setup
always assumes default C locale and disables UNICODE.
Revert to using built-in console_init which explicitly
imports locale settings from /etc/vconsole.conf. Alternative
is to revert 6545b9d7
and call console_init directly :)
Additionally patch fixes console_init to use new namespace as
well as ensures that default font is always installed.
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
15 years ago
Andrey Borzenkov
d118a5990a
i18n: mention {vconsole,locale}.conf in README
...
i18n does not use /etc/sysconfig/{i18n,keyboard} anymore
Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
15 years ago
Harald Hoyer
6545b9d792
i18n/parse-i18n: remove manual call for console_init
...
setfont and loadkeys are better called in udev,
because then they are started in parallel to other jobs
15 years ago
Harald Hoyer
07ecac56da
10i18n/parse-i18n.sh: run console_init directly if /dev/tty0 exists
15 years ago
Harald Hoyer
67c0c1847b
i18n/install: if hostonly install fails, install all files
15 years ago
Harald Hoyer
544de3c87f
i18n/install: s/dwarn/dwarning/
15 years ago
Harald Hoyer
1be365c500
i18n/install: do not error out, if local i18n could not be found
15 years ago
Harald Hoyer
13f91fc78d
i18n/install: cleanup and honor new config files
...
honor local /etc/locale.conf and /etc/vconsole.conf files
15 years ago
Harald Hoyer
ee6fa3240d
i18n: move to vconfig.* and locale.* namespace
15 years ago
Harald Hoyer
8541b35ed7
i18n: also search in /usr/share/kbd
15 years ago
Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Amadeusz Żołnowski
1f03abefad
10i18n: --quiet for loadkeys
15 years ago
Amadeusz Żołnowski
9b3d462b68
dracut.kernel.7.xml: updated I18N and LUKS sections
...
10i18n/README: typo corrected
15 years ago
Amadeusz Żołnowski
a0342347e9
10i18n: exit if console already initialized
15 years ago
Harald Hoyer
d6351b36b8
i18n: only source config files, if present
15 years ago
Harald Hoyer
6baa63110e
10i18n: fixed i18n_vars parsing
...
gather_vars() should replace "every" occurance of the seperator
15 years ago
Amadeusz Żołnowski
76514565c0
10i18n: README corrected
15 years ago
Amadeusz Żołnowski
bd324b9d94
README for 10i18n module
15 years ago
Harald Hoyer
0e1d2c3efa
10i18n: fixed directory check logic
15 years ago
Harald Hoyer
8442b51e20
i18n: now on by default and removed redhat-i18n
15 years ago
Amadeusz Żołnowski
87122afcda
add module i18n
...
dracut-functions: added functions: mksubdirs, inst_decompress,
inst_opt_decompress and print_vars
dracut.conf.d: added configuration files for Gentoo and RedHat/Fedora
15 years ago