10i18n: s/systemd-vconsole/systemd-vconsole-setup/g
parent
44110df25a
commit
aad6898fe4
|
@ -72,8 +72,8 @@ devname=${dev#/dev/}
|
|||
|
||||
[ -e /tmp/console_init.${devname} ] && exit 0
|
||||
|
||||
if [ -x /lib/systemd/systemd-vconsole ]; then
|
||||
/lib/systemd/systemd-vconsole
|
||||
if [ -x /lib/systemd/systemd-vconsole-setup ]; then
|
||||
/lib/systemd/systemd-vconsole-setup
|
||||
else
|
||||
dev_open ${dev}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ depends() {
|
|||
}
|
||||
|
||||
install() {
|
||||
[ -x /lib/systemd/systemd-vconsole ] && dracut_install /lib/systemd/systemd-vconsole
|
||||
[ -x /lib/systemd/systemd-vconsole-setup ] && dracut_install /lib/systemd/systemd-vconsole-setup
|
||||
KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps
|
||||
DEFAULT_FONT=LatArCyrHeb-16
|
||||
I18N_CONF="/etc/locale.conf"
|
||||
|
|
Loading…
Reference in New Issue