From: Harald Hoyer Date: Thu, 19 May 2011 21:22:06 +0000 (+0200) Subject: i18n: disable systemd-vconsole-setup, until the tool is fixed X-Git-Tag: 011~32 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1021371daf4eafb067b1b3b3c4923f647c53557a;p=thirdparty%2Fdracut-ng.git i18n: disable systemd-vconsole-setup, until the tool is fixed --- diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh index 6b7e56984..b9bd5bb2d 100755 --- a/modules.d/10i18n/parse-i18n.sh +++ b/modules.d/10i18n/parse-i18n.sh @@ -35,9 +35,10 @@ if [ -f /etc/locale.conf ]; then export LC_ALL fi -if [ -x /lib/systemd/systemd-vconsole-setup ]; then - /lib/systemd/systemd-vconsole-setup - rm -f /{etc,lib}/udev/rules.d/10-console.rules - rm -f /lib/udev/console_init - ln -s /lib/systemd/systemd-vconsole-setup /lib/udev/console_init -fi +# FIXME: fix systemd-vconsole-setup +#if [ -x /lib/systemd/systemd-vconsole-setup ]; then +# /lib/systemd/systemd-vconsole-setup +# rm -f /{etc,lib}/udev/rules.d/10-console.rules +# rm -f /lib/udev/console_init +# ln -s /lib/systemd/systemd-vconsole-setup /lib/udev/console_init +#fi