From: Harald Hoyer Date: Wed, 29 May 2013 11:20:00 +0000 (+0200) Subject: i18n/module-setup.sh: install default font latarcyrheb-sun16 X-Git-Tag: 028~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3e348225336f45a9abe8e74b384fdf17e9053f;p=thirdparty%2Fdracut.git i18n/module-setup.sh: install default font latarcyrheb-sun16 --- diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh index fcd828205..60a50e73c 100755 --- a/modules.d/10i18n/module-setup.sh +++ b/modules.d/10i18n/module-setup.sh @@ -14,7 +14,7 @@ depends() { install() { dracut_install -o $systemdutildir/systemd-vconsole-setup KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps - DEFAULT_FONT=LatArCyrHeb-16 + DEFAULT_FONT=latarcyrheb-sun16 I18N_CONF="/etc/locale.conf" VCONFIG_CONF="/etc/vconsole.conf"