diff --git a/src/calculateconfig.cpp b/src/calculateconfig.cpp index ae94b5d..4fca24d 100644 --- a/src/calculateconfig.cpp +++ b/src/calculateconfig.cpp @@ -34,7 +34,7 @@ bool CalculateConfig::getDefaultConfig() qDebug() << "Start cl-install -v --xml --filter \"os_install|os_locale_lang$|os_disk|os_device|^cl_migrate_user$\""; cl_install.start( - "cl-install -v --xml --filter \"os_install|os_locale_lang|os_disk|os_device|^cl_migrate_user$\"" + "cl-install -v --xml --filter \"os_install|os_locale_lang|^os_lang$|os_disk|os_device|^cl_migrate_user$\"" ); if ( !cl_install.waitForStarted() )