summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-17 17:22:37 +0000
committerMatt Wilson <msw@redhat.com>2000-01-17 17:22:37 +0000
commitf75f865e788d1a9d922565e1b78cf9e5ae78c6ce (patch)
tree2c9d706307c5194264ceba012e4e0323327dabc4
parent7956f6c7ffd3621ced5c2748c9aa9b9b866d3a3f (diff)
downloadanaconda-f75f865e788d1a9d922565e1b78cf9e5ae78c6ce.tar.gz
anaconda-f75f865e788d1a9d922565e1b78cf9e5ae78c6ce.tar.xz
anaconda-f75f865e788d1a9d922565e1b78cf9e5ae78c6ce.zip
only umount on upgrade during depcheck
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index d33465c75..66931439f 100644
--- a/todo.py
+++ b/todo.py
@@ -815,8 +815,8 @@ class ToDo:
if self.upgrade:
del db
+ self.fstab.umountFilesystems (self.instPath)
del ts
- self.fstab.umountFilesystems (self.instPath)
return rc
def selectDeps (self, deps):