]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
i18n: disable systemd-vconsole-setup, until the tool is fixed
authorHarald Hoyer <harald@redhat.com>
Thu, 19 May 2011 21:22:06 +0000 (23:22 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 20 May 2011 13:17:31 +0000 (15:17 +0200)
modules.d/10i18n/parse-i18n.sh

index 6b7e569841ef8fc1b2e13cea66bc75cefa28099c..b9bd5bb2d0e655d0012fa98b149c153d0119fc5e 100755 (executable)
@@ -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