10i18n: s/systemd-vconsole/systemd-vconsole-setup/g

master
Harald Hoyer 2011-05-03 10:34:06 +02:00
parent 44110df25a
commit aad6898fe4
2 changed files with 3 additions and 3 deletions

View File

@ -72,8 +72,8 @@ devname=${dev#/dev/}


[ -e /tmp/console_init.${devname} ] && exit 0 [ -e /tmp/console_init.${devname} ] && exit 0


if [ -x /lib/systemd/systemd-vconsole ]; then if [ -x /lib/systemd/systemd-vconsole-setup ]; then
/lib/systemd/systemd-vconsole /lib/systemd/systemd-vconsole-setup
else else
dev_open ${dev} dev_open ${dev}



View File

@ -11,7 +11,7 @@ depends() {
} }


install() { 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 KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps
DEFAULT_FONT=LatArCyrHeb-16 DEFAULT_FONT=LatArCyrHeb-16
I18N_CONF="/etc/locale.conf" I18N_CONF="/etc/locale.conf"