diff -ruN anaconda-13.21.215.old/textw/upgrade_text.py anaconda-13.21.215/textw/upgrade_text.py --- anaconda-13.21.215.old/textw/upgrade_text.py 2014-02-20 12:46:48.000000000 -0800 +++ anaconda-13.21.215/textw/upgrade_text.py 2014-02-22 14:39:34.000000000 -0800 @@ -233,7 +233,7 @@ else: scroll = 0 partList = [] - partList.append(_("Reinstall System")) + partList.append(_("Erase ALL disks, and perform a fresh install")) default = 1 @@ -254,6 +254,17 @@ header = _("Wrong SME server version") 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) + if sys_is_not_upgradeable: + partList.append(_("Reboot system")) + (button, choice) = ListboxChoiceWindow(screen, header, + reason, partList, + [ TEXT_OK_BUTTON, + TEXT_BACK_BUTTON ], + width = 55, scroll = scroll, + height = height, + help = "upgraderoot", + default = 1) + if button == TEXT_BACK_CHECK: return INSTALL_BACK else: