summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-05-29 17:33:15 -0400
committerJeremy Katz <katzj@redhat.com>2008-05-29 17:33:23 -0400
commit893942569758e8acfd2b4a9abc47e5406f4ae654 (patch)
treebf1fb1adad886ebc58cf53166eac6a719be6911a
parent01f261be1c2389cb465650a1f34af4d3784c021a (diff)
downloadanaconda-893942569758e8acfd2b4a9abc47e5406f4ae654.tar.gz
anaconda-893942569758e8acfd2b4a9abc47e5406f4ae654.tar.xz
anaconda-893942569758e8acfd2b4a9abc47e5406f4ae654.zip
Allow ext4 migration again for testing at leastanaconda-11.4.1.2-1
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 5a2314105..c8c9c5012 100644
--- a/fsset.py
+++ b/fsset.py
@@ -723,7 +723,7 @@ class ext3FileSystem(extFileSystem):
self.name = "ext3"
self.extraFormatArgs = [ "-j" ]
self.partedFileSystemType = parted.file_system_type_get("ext3")
- if 0:
+ if flags.cmdline.has_key("ext4"):
self.migratetofs = ['ext4dev']
def formatDevice(self, entry, progress, chroot='/'):