summaryrefslogtreecommitdiff
path: root/modules.d/10i18n
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-05-03 10:34:06 +0200
committerHarald Hoyer <harald@redhat.com>2011-05-03 10:34:06 +0200
commitaad6898fe48c22c49c8b8997f339512909aa8a3f (patch)
tree98ca5b485e1b23ec127371aeac5a5c8c752e8b2a /modules.d/10i18n
parent44110df25a53e6d1d5cb9314659fffd9341d045e (diff)
downloaddracut-aad6898fe48c22c49c8b8997f339512909aa8a3f.tar.gz
dracut-aad6898fe48c22c49c8b8997f339512909aa8a3f.tar.bz2
dracut-aad6898fe48c22c49c8b8997f339512909aa8a3f.zip
10i18n: s/systemd-vconsole/systemd-vconsole-setup/g
Diffstat (limited to 'modules.d/10i18n')
-rwxr-xr-xmodules.d/10i18n/console_init4
-rwxr-xr-xmodules.d/10i18n/module-setup.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init
index 30b2582d..c88053aa 100755
--- a/modules.d/10i18n/console_init
+++ b/modules.d/10i18n/console_init
@@ -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}
diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh
index a374c335..f2320c3e 100755
--- a/modules.d/10i18n/module-setup.sh
+++ b/modules.d/10i18n/module-setup.sh
@@ -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"