summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-11 19:36:03 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-11 19:36:03 +0000
commit84a0b758ac3c3fcceb75a318cdda9ffb1d5f3525 (patch)
treefe197fcf75e32d8a04926c9ec0cda7ede8f5287e
parenta3ed59c2f3e01fa7118c6a398918db7a9d5f1f2c (diff)
downloadanaconda-84a0b758ac3c3fcceb75a318cdda9ffb1d5f3525.tar.gz
anaconda-84a0b758ac3c3fcceb75a318cdda9ffb1d5f3525.tar.xz
anaconda-84a0b758ac3c3fcceb75a318cdda9ffb1d5f3525.zip
I call shenanigans on myself!
how did this ever manage to work...
-rw-r--r--fsset.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/fsset.py b/fsset.py
index 2736d0c1c..1bd76fc84 100644
--- a/fsset.py
+++ b/fsset.py
@@ -634,12 +634,12 @@ class lvmVolumeGroupDummyFileSystem(FileSystemType):
self.supported = 0
self.maxSizeMB = 2 * 1024 * 1024
- def isMountable(self):
- return 0
+ def isMountable(self):
+ return 0
- def formatDevice(self, entry, progress, chroot='/'):
- # the vgcreate already did this
- pass
+ def formatDevice(self, entry, progress, chroot='/'):
+ # the vgcreate already did this
+ pass
fileSystemTypeRegister(lvmVolumeGroupDummyFileSystem())