mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Run osprober after we have a working DeviceModel.
This commit is contained in:
parent
fc54b9bf40
commit
e277467ed4
2 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue