mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Check file system after the resize, like PM does
This commit is contained in:
parent
f5ccc616b9
commit
a267ef856e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue