/[smeserver]/rpms/anaconda/sme7/upgrade-install.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/upgrade-install.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Fri Sep 12 03:55:39 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.3: +0 -0 lines
Update anaconda

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/packages.py mezzanine_patched_anaconda-10.1.1.37/packages.py
2     --- anaconda-10.1.1.37/packages.py 2006-04-06 05:58:42.557730846 +1000
3     +++ mezzanine_patched_anaconda-10.1.1.37/packages.py 2006-04-06 05:58:21.338434100 +1000
4 slords 1.2 @@ -1151,15 +1151,16 @@
5 slords 1.1 if flags.test:
6     return
7    
8     - w = intf.progressWindow(_("Post Install"),
9     - _("Performing post install configuration..."), 6)
10     -
11     upgrade = id.upgrade.get()
12     arch = iutil.getArch ()
13    
14     if upgrade:
15     + w = intf.progressWindow(_("Post Upgrade"),
16     + _("Performing post upgrade configuration..."), 6)
17     logname = '/root/upgrade.log'
18     else:
19     + w = intf.progressWindow(_("Post Install"),
20     + _("Performing post install configuration..."), 6)
21     logname = '/root/install.log'
22    
23     instLogName = instPath + logname

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed