mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Init filesystems asynchronously.
This commit is contained in:
parent
45f6e6c55b
commit
2951c88990
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,6 @@ PartitionCoreModule::PartitionCoreModule( QObject* parent )
|
|||
{
|
||||
if ( !KPMHelpers::initKPMcore() )
|
||||
qFatal( "Failed to initialize KPMcore backend" );
|
||||
FileSystemFactory::init();
|
||||
}
|
||||
|
||||
|
||||
|
@ -119,6 +118,8 @@ PartitionCoreModule::init()
|
|||
void
|
||||
PartitionCoreModule::doInit()
|
||||
{
|
||||
FileSystemFactory::init();
|
||||
|
||||
CoreBackend* backend = CoreBackendManager::self()->backend();
|
||||
QList< Device* > devices = backend->scanDevices( true );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue