summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-23 20:00:43 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-23 20:00:43 +0000
commit3d419435be4b7271277b25420a5a9d148526e320 (patch)
treeb6ce9b23d71b5432050be881631fed43bee7cf9a /upgrade.py
parentc52c0ab07a146911f48b39db4aca96fa7add3b30 (diff)
downloadanaconda-3d419435be4b7271277b25420a5a9d148526e320.tar.gz
anaconda-3d419435be4b7271277b25420a5a9d148526e320.tar.xz
anaconda-3d419435be4b7271277b25420a5a9d148526e320.zip
merge in the generic parts of the xfs changes from sgi and in the process take care of some of our multifsification
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/upgrade.py b/upgrade.py
index e7369a3fd..68f7a337b 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -135,9 +135,7 @@ def upgradeSwapSuggestion(dispatch, id, instPath):
fsList.append(info)
else:
for entry in id.fsset.entries:
- # XXX multifsify
- if (entry.fsystem.getName() == "ext2"
- or entry.fsystem.getName() == "ext3"):
+ if entry.fsystem.getName() in fsset.getUsableLinuxFs():
if flags.setupFilesystems and not entry.isMounted():
continue
space = isys.pathSpaceAvailable(instPath + entry.mountpoint)