summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-11 02:55:24 +0000
committerMatt Wilson <msw@redhat.com>2001-07-11 02:55:24 +0000
commit596a5cd3898641ecabbff1edc758f75bd1d34482 (patch)
tree47a21295e87e94727f0087aa298ad89c84e5c890 /upgrade.py
parent46a89dad5fff870cb7dc40db18c88fd557cd4e38 (diff)
downloadanaconda-596a5cd3898641ecabbff1edc758f75bd1d34482.tar.gz
anaconda-596a5cd3898641ecabbff1edc758f75bd1d34482.tar.xz
anaconda-596a5cd3898641ecabbff1edc758f75bd1d34482.zip
we don't need to unmount filesystems, init will do it for us
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/upgrade.py b/upgrade.py
index 2faf0a243..9fc363c4a 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -265,8 +265,6 @@ def upgradeFindPackages (intf, method, id, instPath):
intf.messageWindow(_("Error"),
_("Rebuild of RPM database failed. "
"You may be out of disk space?"))
- if flags.setupFilesystems:
- umountFilesystems (instPath)
sys.exit(0)
rpm.addMacro("_dbpath", id.dbpath)
@@ -279,8 +277,6 @@ def upgradeFindPackages (intf, method, id, instPath):
intf.messageWindow(_("Error"),
_("An error occured when finding the packages to "
"upgrade."))
- if flags.setupFilesystems:
- umountFilesystems (instPath)
sys.exit(0)
# Turn off all comps