Run osprober after we have a working DeviceModel.

This commit is contained in:
Teo Mrnjavac 2015-12-15 18:12:23 +01:00
parent fc54b9bf40
commit e277467ed4
2 changed files with 9 additions and 6 deletions

View file

@ -91,7 +91,6 @@ canBeResized( PartitionCoreModule* core, const QString& partitionPath )
OsproberEntryList
runOsprober( PartitionCoreModule* core )
{
cDebug() << "BEGIN" << Q_FUNC_INFO;
QString osproberOutput;
QProcess osprober;
osprober.setProgram( "os-prober" );
@ -142,7 +141,6 @@ runOsprober( PartitionCoreModule* core )
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
cDebug() << "END" << Q_FUNC_INFO;
return osproberEntries;
}