Fix lang variable.

master
Mike Hiretsky 13 years ago
parent 8e121de348
commit b266bc0b87

@ -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$\""; qDebug() << "Start cl-install -v --xml --filter \"os_install|os_locale_lang$|os_disk|os_device|^cl_migrate_user$\"";
cl_install.start( 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() ) if ( !cl_install.waitForStarted() )

Loading…
Cancel
Save