From: Harald Hoyer Date: Fri, 29 Oct 2010 11:58:40 +0000 (+0200) Subject: i18n/install: do not error out, if local i18n could not be found X-Git-Tag: 008~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be365c500ea16d8206ae550242537d4807fdc2e;p=platform%2Fupstream%2Fdracut.git i18n/install: do not error out, if local i18n could not be found --- diff --git a/modules.d/10i18n/install b/modules.d/10i18n/install index 42f49ae..2ed8983 100755 --- a/modules.d/10i18n/install +++ b/modules.d/10i18n/install @@ -181,8 +181,7 @@ checks() { [[ -f $I18N_CONF && -f $VCONFIG_CONF ]] || \ [[ ! ${hostonly} || ${i18n_vars} ]] || { - derror 'Please set up i18n_vars in configuration file.' - return 1 + dwarn 'Please set up i18n_vars in configuration file.' } }