]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
10i18n: s/systemd-vconsole/systemd-vconsole-setup/g
authorHarald Hoyer <harald@redhat.com>
Tue, 3 May 2011 08:34:06 +0000 (10:34 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 3 May 2011 08:34:06 +0000 (10:34 +0200)
modules.d/10i18n/console_init
modules.d/10i18n/module-setup.sh

index 30b2582db9271719fa464c81d180e0b1ac882c9c..c88053aa3d21939ec8e990232294ef597c0cfc6d 100755 (executable)
@@ -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}
 
index a374c33513bd7ee485cad8d4f9a579ac57d803cf..f2320c3ec36f2a0b60aa034f74a6761cd1b2859e 100755 (executable)
@@ -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"