--- rpms/anaconda/sme8/anaconda-11.1.2.113-smeserver.patch 2008/07/26 16:42:00 1.3 +++ rpms/anaconda/sme8/anaconda-11.1.2.113-smeserver.patch 2008/10/08 17:36:32 1.5 @@ -215,6 +215,22 @@ dosync() +--- anaconda-11.1.2.87/textw/confirm_text.py.smeserver 2008-04-16 03:34:50.000000000 -0600 ++++ anaconda-11.1.2.87/textw/confirm_text.py 2008-10-08 11:32:19.000000000 -0600 +@@ -19,6 +19,13 @@ + + class BeginInstallWindow: + def __call__ (self, screen, anaconda): ++ rc = intf.messageWindow(_("Warning"), ++ _("All disks will be reformatted and any data will be lost. Proceed?"), ++ type = "yesno", default = "no") ++ ++ if rc == 0: ++ return INSTALL_BACK ++ + rc = ButtonChoiceWindow (screen, _("Installation to begin"), + _("A complete log of your installation will be in " + "%s after rebooting your system. You " --- anaconda-11.1.2.87/findpackageset.py.smeserver 2005-02-08 07:37:30.000000000 -0700 +++ anaconda-11.1.2.87/findpackageset.py 2007-12-20 13:05:57.000000000 -0700 @@ -108,21 +108,15 @@ @@ -492,7 +508,7 @@ return 1 productUpgrades = { -+ "SME Server": ("Mitel Networks", "SME Server"), ++ "SME Server": ("Mitel Networks", "SME Server", "e-smith server", ), "Red Hat Enterprise Linux AS": ("Red Hat Linux Advanced Server", ), "Red Hat Enterprise Linux WS": ("Red Hat Linux Advanced Workstation",), # FIXME: this probably shouldn't be in a release...