/[smeserver]/rpms/anaconda/sme8/0012-Make-install-window-wider.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme8/0012-Make-install-window-wider.patch

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


Revision 1.9 - (hide annotations) (download)
Sun Nov 10 06:00:41 2013 UTC (10 years, 7 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-11_1_2_263-2_el5_sme, HEAD
Changes since 1.8: +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 slords 1.5 From 7dfc8681f43d5155e59a5371629be4c2dbe37f8d Mon Sep 17 00:00:00 2001
2 slords 1.1 From: Shad L. Lords <slords@mail.com>
3     Date: Mon, 19 Oct 2009 08:36:27 -0600
4 slords 1.5 Subject: [PATCH 12/17] Make install window wider
5 slords 1.1
6     ---
7     textw/progress_text.py | 4 ++--
8     1 files changed, 2 insertions(+), 2 deletions(-)
9    
10     diff --git a/textw/progress_text.py b/textw/progress_text.py
11     index ed180c2..9d6585d 100644
12     --- a/textw/progress_text.py
13     +++ b/textw/progress_text.py
14     @@ -115,8 +115,8 @@ class InstallProgressWindow:
15    
16     currow = 0
17    
18     - width = 47 + max (len (name), len (size), len (sum))
19     - self.name = Label(" " * 48)
20     + width = 60 + max (len (name), len (size), len (sum))
21     + self.name = Label(" " * 59)
22     self.size = Label(" ")
23     detail = Grid(2, 2)
24     detail.setField(Label(name), 0, 0, anchorLeft = 1)
25     --
26 slords 1.7 1.7.1
27 slords 1.1

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