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
master
Harald Hoyer 2010-11-05 14:13:00 -04:00
parent 67bde9f067
commit 6545b9d792
1 changed files with 0 additions and 6 deletions

View File

@ -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