From: Harald Hoyer Date: Tue, 3 May 2011 08:34:06 +0000 (+0200) Subject: 10i18n: s/systemd-vconsole/systemd-vconsole-setup/g X-Git-Tag: 011~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aad6898fe48c22c49c8b8997f339512909aa8a3f;p=thirdparty%2Fdracut.git 10i18n: s/systemd-vconsole/systemd-vconsole-setup/g --- diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init index 30b2582db..c88053aa3 100755 --- a/modules.d/10i18n/console_init +++ b/modules.d/10i18n/console_init @@ -72,8 +72,8 @@ devname=${dev#/dev/} [ -e /tmp/console_init.${devname} ] && exit 0 -if [ -x /lib/systemd/systemd-vconsole ]; then - /lib/systemd/systemd-vconsole +if [ -x /lib/systemd/systemd-vconsole-setup ]; then + /lib/systemd/systemd-vconsole-setup else dev_open ${dev} diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh index a374c3351..f2320c3ec 100755 --- a/modules.d/10i18n/module-setup.sh +++ b/modules.d/10i18n/module-setup.sh @@ -11,7 +11,7 @@ depends() { } install() { - [ -x /lib/systemd/systemd-vconsole ] && dracut_install /lib/systemd/systemd-vconsole + [ -x /lib/systemd/systemd-vconsole-setup ] && dracut_install /lib/systemd/systemd-vconsole-setup KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps DEFAULT_FONT=LatArCyrHeb-16 I18N_CONF="/etc/locale.conf"