mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[partition] Migrate InstallChoice to the Config object
This commit is contained in:
parent
010526ee2a
commit
881661e94b
11 changed files with 74 additions and 73 deletions
|
@ -561,7 +561,7 @@ PartitionCoreModule::setPartitionFlags( Device* device, Partition* partition, Pa
|
|||
}
|
||||
|
||||
Calamares::JobList
|
||||
PartitionCoreModule::jobs() const
|
||||
PartitionCoreModule::jobs( const Config* config ) const
|
||||
{
|
||||
Calamares::JobList lst;
|
||||
QList< Device* > devices;
|
||||
|
@ -592,7 +592,7 @@ PartitionCoreModule::jobs() const
|
|||
lst << info->jobs();
|
||||
devices << info->device.data();
|
||||
}
|
||||
lst << Calamares::job_ptr( new FillGlobalStorageJob( devices, m_bootLoaderInstallPath ) );
|
||||
lst << Calamares::job_ptr( new FillGlobalStorageJob( config, devices, m_bootLoaderInstallPath ) );
|
||||
|
||||
return lst;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue