summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-07 19:21:01 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-07 19:21:01 +0000
commitd937df6ee9fe84ddf3574540a24395b733b05343 (patch)
tree9aecf11e926e5ce3c1b84be87a8556f2b147c9c3
parent64ba2fff0ec4edd4353c2b8fadcaf85027de131e (diff)
downloadanaconda-d937df6ee9fe84ddf3574540a24395b733b05343.tar.gz
anaconda-d937df6ee9fe84ddf3574540a24395b733b05343.tar.xz
anaconda-d937df6ee9fe84ddf3574540a24395b733b05343.zip
2006-07-07 Jeremy Katz <katzj@redhat.com>
* fsset.py (gfs2FileSystem.__init__): Actually let the command line option work...
-rw-r--r--ChangeLog5
-rw-r--r--fsset.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c99d5f2f..a844ff759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-07 Jeremy Katz <katzj@redhat.com>
+
+ * fsset.py (gfs2FileSystem.__init__): Actually let the command
+ line option work...
+
2006-07-07 David Cantrell <dcantrell@redhat.com>
* loader2/net.c: Rewrote readNetConfig() and added two new functions
diff --git a/fsset.py b/fsset.py
index 8f8200bd7..51ccdbede 100644
--- a/fsset.py
+++ b/fsset.py
@@ -558,8 +558,6 @@ class gfs2FileSystem(FileSystemType):
else:
self.supported = 0
- self.supported = 0
-
self.name = "gfs2"
self.packages = [ "gfs2-utils" ]