summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-15 19:22:21 +0000
committerChris Lumens <clumens@redhat.com>2006-05-15 19:22:21 +0000
commite790ab88373501cf069023550912b8dcbdd390a0 (patch)
tree101fbe6d9784e61f83d8eab994d888b3478fa473 /installmethod.py
parent9221cb3eb443823d7275bf74054e910ab67ccfa5 (diff)
downloadanaconda-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 'installmethod.py')
-rw-r--r--installmethod.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
index fcdc80519..eb613401e 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -81,6 +81,7 @@ class InstallMethod:
# (ie immediately before the congratulations screen). main use right now
# is ejecting the cdrom
def doMethodComplete(anaconda):
+ anaconda.method.filesDone()
anaconda.method.ejectCD()
mtab = "/dev/root / ext3 ro 0 0\n"