diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/packages.py mezzanine_patched_anaconda-10.1.1.37/packages.py --- anaconda-10.1.1.37/packages.py 2006-04-06 05:58:42.557730846 +1000 +++ mezzanine_patched_anaconda-10.1.1.37/packages.py 2006-04-06 05:58:21.338434100 +1000 @@ -1151,15 +1151,16 @@ if flags.test: return - w = intf.progressWindow(_("Post Install"), - _("Performing post install configuration..."), 6) - upgrade = id.upgrade.get() arch = iutil.getArch () if upgrade: + w = intf.progressWindow(_("Post Upgrade"), + _("Performing post upgrade configuration..."), 6) logname = '/root/upgrade.log' else: + w = intf.progressWindow(_("Post Install"), + _("Performing post install configuration..."), 6) logname = '/root/install.log' instLogName = instPath + logname