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 jobsmaster
parent
67bde9f067
commit
6545b9d792
|
@ -31,9 +31,3 @@ if [ -f /etc/locale.conf ]; then
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
fi
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue