/[smeserver]/rpms/anaconda/sme9/0012-CheckArch2.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme9/0012-CheckArch2.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Feb 23 03:25:09 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-13_21_229-1_el6_sme_3, anaconda-13_21_215-1_el6_sme_7, anaconda-13_21_239-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_9, anaconda-13_21_215-1_el6_sme_10, anaconda-13_21_215-1_el6_sme_11, anaconda-13_21_215-1_el6_sme_12, anaconda-13_21_263-1_el6_sme_1, anaconda-13_21_229-1_el6_sme_2, anaconda-13_21_229-1_el6_sme_1, anaconda-13_21_239-1_el6_sme, anaconda-13_21_215-1_el6_sme_8, anaconda-13_21_239_1-1_el6_sme, anaconda-13_21_215-1_el6_sme_6, anaconda-13_21_254-1_el6_sme_2, anaconda-13_21_254-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_5, anaconda-13_21_215-1_el6_sme_4, anaconda-13_21_239-1_el6_sme_2, HEAD
* Sat Feb 22 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.4
- Port missing part of architecture check patch from SME 8 [SME: 8083]
- Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066]

1 wellsi 1.1 diff -ruN anaconda-13.21.215.old/textw/upgrade_text.py anaconda-13.21.215/textw/upgrade_text.py
2     --- anaconda-13.21.215.old/textw/upgrade_text.py 2014-02-20 12:46:48.000000000 -0800
3     +++ anaconda-13.21.215/textw/upgrade_text.py 2014-02-22 14:39:34.000000000 -0800
4     @@ -233,7 +233,7 @@
5     else:
6     scroll = 0
7     partList = []
8     - partList.append(_("Reinstall System"))
9     + partList.append(_("Erase ALL disks, and perform a fresh install"))
10    
11     default = 1
12    
13     @@ -254,6 +254,17 @@
14     header = _("Wrong SME server version")
15     reason = _("Your system is not upgradeable using this version of SME server. The currently installed system is a %s bit version, but this version of SME server is a %s bit version.") % (arch, cur_arch)
16    
17     + if sys_is_not_upgradeable:
18     + partList.append(_("Reboot system"))
19     + (button, choice) = ListboxChoiceWindow(screen, header,
20     + reason, partList,
21     + [ TEXT_OK_BUTTON,
22     + TEXT_BACK_BUTTON ],
23     + width = 55, scroll = scroll,
24     + height = height,
25     + help = "upgraderoot",
26     + default = 1)
27     +
28     if button == TEXT_BACK_CHECK:
29     return INSTALL_BACK
30     else:

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