mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Debug spam.
This commit is contained in:
parent
87a31a0514
commit
fc54b9bf40
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ canBeResized( PartitionCoreModule* core, const QString& partitionPath )
|
||||||
OsproberEntryList
|
OsproberEntryList
|
||||||
runOsprober( PartitionCoreModule* core )
|
runOsprober( PartitionCoreModule* core )
|
||||||
{
|
{
|
||||||
|
cDebug() << "BEGIN" << Q_FUNC_INFO;
|
||||||
QString osproberOutput;
|
QString osproberOutput;
|
||||||
QProcess osprober;
|
QProcess osprober;
|
||||||
osprober.setProgram( "os-prober" );
|
osprober.setProgram( "os-prober" );
|
||||||
|
@ -141,6 +142,7 @@ runOsprober( PartitionCoreModule* core )
|
||||||
|
|
||||||
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
|
Calamares::JobQueue::instance()->globalStorage()->insert( "osproberLines", osproberCleanLines );
|
||||||
|
|
||||||
|
cDebug() << "END" << Q_FUNC_INFO;
|
||||||
return osproberEntries;
|
return osproberEntries;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue