Looks good, Regards, Hans On 04/21/2009 01:23 AM, David Lehman wrote:
--- storage/formats/fs.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 88148ea..358f5b3 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -1134,6 +1134,9 @@ class NoDevFS(FS): def _setDevice(self, devspec): self._device = devspec + def _getExistingSize(self): + pass + register_device_format(NoDevFS) @@ -1171,6 +1174,9 @@ class BindFS(FS): def mountable(self): return True + def _getExistingSize(self): + pass + register_device_format(BindFS)
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list