mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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() )
|
if ( !KPMHelpers::initKPMcore() )
|
||||||
qFatal( "Failed to initialize KPMcore backend" );
|
qFatal( "Failed to initialize KPMcore backend" );
|
||||||
FileSystemFactory::init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -119,6 +118,8 @@ PartitionCoreModule::init()
|
||||||
void
|
void
|
||||||
PartitionCoreModule::doInit()
|
PartitionCoreModule::doInit()
|
||||||
{
|
{
|
||||||
|
FileSystemFactory::init();
|
||||||
|
|
||||||
CoreBackend* backend = CoreBackendManager::self()->backend();
|
CoreBackend* backend = CoreBackendManager::self()->backend();
|
||||||
QList< Device* > devices = backend->scanDevices( true );
|
QList< Device* > devices = backend->scanDevices( true );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue