[fsresizer] initialize FS support

This commit is contained in:
Adriaan de Groot 2018-09-27 21:39:22 +02:00
parent 2556891e39
commit e627633c44

View File

@ -216,7 +216,9 @@ ResizeFSJob::exec()
tr( "KPMCore not Available" ), tr( "KPMCore not Available" ),
tr( "Calamares cannot start KPMCore for the file-system resize job." ) ); tr( "Calamares cannot start KPMCore for the file-system resize job." ) );
} }
backend_p->initFSSupport();
// Now get the partition and FS we want to work on
PartitionMatch m = findPartition( backend_p ); PartitionMatch m = findPartition( backend_p );
if ( !m.first || !m.second ) if ( !m.first || !m.second )
return Calamares::JobResult::error( return Calamares::JobResult::error(