/[smeserver]/rpms/anaconda/sme8/anaconda-11.1.2.113-smeserver.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/anaconda-11.1.2.113-smeserver.patch

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

Revision 1.4 by slords, Fri Aug 29 13:54:30 2008 UTC Revision 1.5 by slords, Wed Oct 8 17:36:32 2008 UTC
# Line 215  Line 215 
215    
216       dosync()       dosync()
217    
218    --- anaconda-11.1.2.87/textw/confirm_text.py.smeserver     2008-04-16 03:34:50.000000000 -0600
219    +++ anaconda-11.1.2.87/textw/confirm_text.py 2008-10-08 11:32:19.000000000 -0600
220    @@ -19,6 +19,13 @@
221    
222     class BeginInstallWindow:
223         def __call__ (self, screen, anaconda):
224    +        rc = intf.messageWindow(_("Warning"),
225    +                                _("All disks will be reformatted and any data will be lost. Proceed?"),
226    +                                type = "yesno", default = "no")
227    +
228    +        if rc == 0:
229    +            return INSTALL_BACK
230    +
231             rc = ButtonChoiceWindow (screen, _("Installation to begin"),
232                                     _("A complete log of your installation will be in "
233                                       "%s after rebooting your system. You "
234  --- anaconda-11.1.2.87/findpackageset.py.smeserver      2005-02-08 07:37:30.000000000 -0700  --- anaconda-11.1.2.87/findpackageset.py.smeserver      2005-02-08 07:37:30.000000000 -0700
235  +++ anaconda-11.1.2.87/findpackageset.py        2007-12-20 13:05:57.000000000 -0700  +++ anaconda-11.1.2.87/findpackageset.py        2007-12-20 13:05:57.000000000 -0700
236  @@ -108,21 +108,15 @@  @@ -108,21 +108,15 @@


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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