summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-01 11:04:25 -0400
committerJeremy Katz <katzj@redhat.com>2008-04-01 12:21:15 -0400
commitbe323a5762f693e3ddcf42feb85428af18ef3977 (patch)
treeeb36b96becaa08643224e84cf788985fbcec7967 /fsset.py
parente4329fc533cc5aab4308b5b4adb9d3f9224ee6eb (diff)
downloadanaconda-be323a5762f693e3ddcf42feb85428af18ef3977.tar.gz
anaconda-be323a5762f693e3ddcf42feb85428af18ef3977.tar.xz
anaconda-be323a5762f693e3ddcf42feb85428af18ef3977.zip
Change ext4 parameter to ext4, not iamanext4developer
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 5fdb38542..d6b5d27a5 100644
--- a/fsset.py
+++ b/fsset.py
@@ -758,7 +758,7 @@ class ext4FileSystem(extFileSystem):
self.extraFormatArgs = [ "-j", "-I", "256", "-E", "test_fs" ]
# this is way way experimental at present...
- if flags.cmdline.has_key("iamanext4developer"):
+ if flags.cmdline.has_key("ext4"):
self.supported = -1
else:
self.supported = 0