summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-26 06:06:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-26 06:06:14 +0000
commitf9a24853534909e144fbae9fe878579ca3b6a405 (patch)
tree17eaa1e4ab190fb147368dfc5b63ef64e5d1aa19 /fsset.py
parent26b0210a2e45ab4ad7ec6382f0eda961b0d7fe6d (diff)
downloadanaconda-f9a24853534909e144fbae9fe878579ca3b6a405.tar.gz
anaconda-f9a24853534909e144fbae9fe878579ca3b6a405.tar.xz
anaconda-f9a24853534909e144fbae9fe878579ca3b6a405.zip
merge from branch
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index eec44273b..92b79ac84 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1760,8 +1760,9 @@ def getFStoTry(device):
rc.append("xfs")
if isValidExt2(device):
+ if isys.ext2HasJournal(device):
+ rc.append("ext3")
rc.append("ext2")
- rc.append("ext3")
# XXX check for reiserfs signature, jfs signature, and others ?
return rc