diff options
author | Harald Hoyer <harald@redhat.com> | 2013-07-17 11:58:17 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-07-17 11:58:17 +0200 |
commit | 55068924f7c828d2ed6e864323d92e35b6041ce6 (patch) | |
tree | e05f43a2bc50f39fc2fc7f0b0c985441cf629056 | |
parent | 16addb86fc791aa7c2d28f120bfc3cccc74a00ad (diff) | |
download | dracut-55068924f7c828d2ed6e864323d92e35b6041ce6.tar.gz dracut-55068924f7c828d2ed6e864323d92e35b6041ce6.tar.bz2 dracut-55068924f7c828d2ed6e864323d92e35b6041ce6.zip |
i18n: do not moan about missing kbd directory
-rwxr-xr-x | modules.d/10i18n/module-setup.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh index b309faa7..e7e5a1cb 100755 --- a/modules.d/10i18n/module-setup.sh +++ b/modules.d/10i18n/module-setup.sh @@ -221,12 +221,6 @@ install() { kbddir='' done - [[ ${kbddir} ]] || { - derror "Directories ${KBDSUBDIRS//,/, } not found. Please" \ - "inform us about the issue including your OS name and version." - return 1 - } - [[ -f $I18N_CONF && -f $VCONFIG_CONF ]] || \ [[ ! ${hostonly} || ${i18n_vars} ]] || { derror 'i18n_vars not set! Please set up i18n_vars in ' \ |