|
|
@ -198,10 +198,12 @@ FillGlobalStorageJob::exec()
|
|
|
|
QVariant var = createBootLoaderMap();
|
|
|
|
QVariant var = createBootLoaderMap();
|
|
|
|
if ( !var.isValid() )
|
|
|
|
if ( !var.isValid() )
|
|
|
|
cDebug() << "Failed to find path for boot loader";
|
|
|
|
cDebug() << "Failed to find path for boot loader";
|
|
|
|
|
|
|
|
cDebug() << "FillGlobalStorageJob writing bootLoader path:" << var;
|
|
|
|
storage->insert( "bootLoader", var );
|
|
|
|
storage->insert( "bootLoader", var );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
cDebug() << "FillGlobalStorageJob writing empty bootLoader value";
|
|
|
|
storage->insert( "bootLoader", QVariant() );
|
|
|
|
storage->insert( "bootLoader", QVariant() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return Calamares::JobResult::ok();
|
|
|
|
return Calamares::JobResult::ok();
|
|
|
|