filesystem: added support for defining DUNE's I18N language.

This commit is contained in:
Ricardo Martins 2013-08-01 01:45:35 +01:00
parent 29f8ec64be
commit c5b63a6a47

View File

@ -29,6 +29,10 @@ start()
{
echo "$dune_base/log/core.%t" > /proc/sys/kernel/core_pattern
maybe_upgrade
if [ -n "$cfg_dune_i18n" ]; then
export LC_ALL="$cfg_dune_i18n"
fi
$dune_base/bin/dune-launcher -m -p Hardware -c "$cfg_dune" < /dev/null > /dev/null 2>&1 &
}