From 6545b9d7920cd4e09274b1d38d45c191e9991646 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Nov 2010 14:13:00 -0400 Subject: [PATCH] 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 --- modules.d/10i18n/parse-i18n.sh | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3