From: Harald Hoyer Date: Fri, 5 Nov 2010 18:13:00 +0000 (-0400) Subject: i18n/parse-i18n: remove manual call for console_init X-Git-Tag: 008~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6545b9d7920cd4e09274b1d38d45c191e9991646;p=thirdparty%2Fdracut.git 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 --- diff --git a/modules.d/10i18n/parse-i18n.sh b/modules.d/10i18n/parse-i18n.sh index 0a58cc27a..860b0aea0 100755 --- a/modules.d/10i18n/parse-i18n.sh +++ b/modules.d/10i18n/parse-i18n.sh @@ -31,9 +31,3 @@ if [ -f /etc/locale.conf ]; then export LC_ALL fi -if [ -e /dev/tty0 ]; then - # if the device already exists, yes - # clear the udev rules and run it - /lib/udev/console_init /dev/tty0 - > /etc/udev/rules.d/10-console.rules -fi