]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
i18n/install: do not error out, if local i18n could not be found
authorHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 11:58:40 +0000 (13:58 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Oct 2010 11:58:40 +0000 (13:58 +0200)
modules.d/10i18n/install

index 42f49aed473a7a3b30610a908922fba812c41d5c..2ed89835b623be2fc4eb585eed0b11c647ac6a80 100755 (executable)
@@ -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.'
     }
 }