Check file system after the resize, like PM does
This commit is contained in:
parent
f5ccc616b9
commit
a267ef856e
@ -258,6 +258,7 @@ ResizePartitionJob::exec()
|
||||
jobs << Calamares::job_ptr( new ResizeFileSystemJob( &context, newLength ) );
|
||||
}
|
||||
}
|
||||
jobs << Calamares::job_ptr( new CheckFileSystemJob( partition() ) );
|
||||
return execJobList( jobs );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user