Check file system after the resize, like PM does

main
Aurélien Gâteau 11 years ago
parent f5ccc616b9
commit a267ef856e

@ -258,6 +258,7 @@ ResizePartitionJob::exec()
jobs << Calamares::job_ptr( new ResizeFileSystemJob( &context, newLength ) ); jobs << Calamares::job_ptr( new ResizeFileSystemJob( &context, newLength ) );
} }
} }
jobs << Calamares::job_ptr( new CheckFileSystemJob( partition() ) );
return execJobList( jobs ); return execJobList( jobs );
} }

Loading…
Cancel
Save