summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-11 23:02:32 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-11 23:02:32 +0000
commit40387a6567c4f03517b2d33ec440367b43253f8e (patch)
tree2168a225345c5f5896d7b6da5ffdf755e64bc3c4 /partitioning.py
parentaed6a80842dd1e7f0a6b70823e67764e42921f98 (diff)
downloadanaconda-40387a6567c4f03517b2d33ec440367b43253f8e.tar.gz
anaconda-40387a6567c4f03517b2d33ec440367b43253f8e.tar.xz
anaconda-40387a6567c4f03517b2d33ec440367b43253f8e.zip
this makes swap on raid upgrades a little happier
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/partitioning.py b/partitioning.py
index b7128b71e..d37870d5a 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -1287,9 +1287,6 @@ class DiskSet:
pass
if not found:
- intf.messageWindow(_("Error"),
- _("Error mounting filesystem "
- "on %s: %s") % (dev, msg))
continue
if os.access ('/mnt/sysimage/etc/fstab', os.R_OK):