summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-07 12:14:54 -0500
committerChris Lumens <clumens@redhat.com>2009-01-07 12:14:54 -0500
commit162efc4dcb767db3b648939876966954ee783984 (patch)
tree9f0b0012399e2ca036aad05e978ae9b430bf7152
parent130f1e6ca2b3f46166a302ca21b1df53062383be (diff)
downloadanaconda-162efc4dcb767db3b648939876966954ee783984.tar.gz
anaconda-162efc4dcb767db3b648939876966954ee783984.tar.xz
anaconda-162efc4dcb767db3b648939876966954ee783984.zip
Add a message to install.log when package installation is done (#476953).
install.log is written in-place to /mnt/sysimage/root, while the anaconda.log is only copied over to the running system at the very end of anaconda. It is therefore possible to get an installation that fails during package installation, but may still look complete on the installed system due to the presence of an install.log. So, add a message when it's all done.
-rw-r--r--yuminstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 1dfa114b3..c62c09b06 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1617,6 +1617,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
if cb.initWindow is not None:
cb.initWindow.pop()
+ self.instLog.write("*** FINISHED INSTALLING PACKAGES ***")
self.instLog.close ()
anaconda.id.instProgress = None