--- storage/formats/fs.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 8410c22..10568d8 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -527,6 +527,11 @@ class FS(DeviceFormat): return self._mkfs @property + def fsckProg(self): + """ Program used to check filesystems of this type. """ + return self._fsck + + @property def resizefsProg(self): """ Program used to resize filesystems of this type. """ return self._resizefs -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list