]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
i18n/parse-i18n: remove manual call for console_init
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Nov 2010 18:13:00 +0000 (14:13 -0400)
committerHarald Hoyer <harald@redhat.com>
Fri, 5 Nov 2010 18:13:00 +0000 (14:13 -0400)
setfont and loadkeys are better called in udev,
because then they are started in parallel to other jobs

modules.d/10i18n/parse-i18n.sh

index 0a58cc27a6e891acce37296eeab916cd2b030972..860b0aea0f79fe09d4badb54a4575082bf4384f7 100755 (executable)
@@ -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