diff options
author | Chris Lumens <clumens@redhat.com> | 2006-05-15 19:22:21 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-05-15 19:22:21 +0000 |
commit | e790ab88373501cf069023550912b8dcbdd390a0 (patch) | |
tree | 101fbe6d9784e61f83d8eab994d888b3478fa473 /yuminstall.py | |
parent | 9221cb3eb443823d7275bf74054e910ab67ccfa5 (diff) | |
download | anaconda-e790ab88373501cf069023550912b8dcbdd390a0.tar.gz anaconda-e790ab88373501cf069023550912b8dcbdd390a0.tar.xz anaconda-e790ab88373501cf069023550912b8dcbdd390a0.zip |
Unmount media late so it's still available for kickstart %post scripts
(#191381).
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py index ec170ebe2..c0b81c09c 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1024,7 +1024,6 @@ class YumBackend(AnacondaBackend): if not cb.beenCalled: cb.initWindow.pop() - self.method.filesDone() self.instLog.close () anaconda.id.instProgress = None |