#setup supported variable
if [ -n "$LANGS" ];then 
    mkdir -p $ROOT/etc/sysconfig
    echo "SUPPORTED=$LANGS" >$ROOT/etc/sysconfig/i18n
fi
