summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-21 19:13:02 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-21 19:13:02 +0000
commitea4c99003ea1cf87f549ae0cf884ff21cad1f828 (patch)
tree6ce7471711e6c96de7c72e8927df14c4147379de /upgrade.py
parentca836a73b9ae41c994a362bfc694209acfd2ebf6 (diff)
downloadanaconda-ea4c99003ea1cf87f549ae0cf884ff21cad1f828.tar.gz
anaconda-ea4c99003ea1cf87f549ae0cf884ff21cad1f828.tar.xz
anaconda-ea4c99003ea1cf87f549ae0cf884ff21cad1f828.zip
get rid of superfluous debug
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py
index d3320940e..543f4c3d2 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -78,7 +78,6 @@ def mountRootPartition(intf, rootInfo, oldfsset, instPath, allowDirty = 0,
for entry in newfsset.entries:
oldfsset.add(entry)
- log("now unmounting")
isys.umount(instPath)
dirtyDevs = oldfsset.hasDirtyFilesystems(instPath)
@@ -104,7 +103,6 @@ def mountRootPartition(intf, rootInfo, oldfsset, instPath, allowDirty = 0,
return -1
if flags.setupFilesystems:
- lvm.vgscan()
oldfsset.mountFilesystems(instPath, readOnly = readOnly)
# XXX we should properly support 'auto' at some point