/[smeserver]/rpms/anaconda/sme8/0018-All-attached-disks-reformat-warning.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/0018-All-attached-disks-reformat-warning.patch

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


Revision 1.3 - (show annotations) (download)
Sun Nov 10 06:00:42 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-11_1_2_263-2_el5_sme, HEAD
Changes since 1.2: +0 -0 lines
* Sat Nov 9 2013 Ian Wells <esmith@wellsi.com> 11.1.2-263-2-1.el5.sme
- Apply SME patches to 11.1.2.259-1 [SME: 7976]
- Update warning about re-formatting attached hard drives [SME: 4788]
- Increase fuzz to allow package to build [SME: 7853]
- No warnings if kernel not upgraded
  (recreate initrd if kernel was installed)
- No warnings if unable to remove rpm databases
- Always pick best arch for package
- Allow creating/mounting degraded raid arrays
  (log info about degraded arrays instead of not starting them)
- Start /boot raid device first so it will be in sync for grub install
- Automatically upgrade bootloader if necessary
- Log install errors but don't bug user about them
- Search for language updates on upgrade disk
- Force time to be based on UTC
- Add final warning before installing
- Make install headless but still write keyboard info out
  (don't ask us to use vnc mode)
- Make install window wider
  (fix titlebar spacing)
- Don't email root on raid events
- Make boot loader use SME labels
- Determine upgradability of SME server
  (change erase disks to upgrade dialog)
- Run SME post-install scripts on kickstart install/upgrade
- Limit languages to those supported by SME

1 diff -up anaconda-11.1.2.242/textw/confirm_text.py.0018-All-attached-disks-reformat-warning anaconda-11.1.2.242/textw/confirm_text.py
2 --- anaconda-11.1.2.242/textw/confirm_text.py.0018-All-attached-disks-reformat-warning 2013-10-05 18:46:22.000000000 -0700
3 +++ anaconda-11.1.2.242/textw/confirm_text.py 2013-10-06 08:51:14.000000000 -0700
4 @@ -20,7 +20,9 @@ from image import presentRequiredMediaMe
5 class BeginInstallWindow:
6 def __call__ (self, screen, anaconda):
7 rc = anaconda.intf.messageWindow(_("Warning"),
8 - _("All disks will be reformatted and any data will be lost. Proceed?"),
9 + _("This option performs a new install of "
10 + "SME Server. All hard drives, including "
11 + "removable media, will be re-partitioned and formatted. Proceed?"),
12 type = "yesno", default = "no")
13
14 if rc == 0:

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