[fsresizer] initialize FS support
This commit is contained in:
parent
2556891e39
commit
e627633c44
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user