Parent Directory | Revision Log | Revision Graph
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 11.1.2.242-1.el5.sme - 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.1 | From 470a030b2ae1da3c9e3a2a7d9106060454bbd691 Mon Sep 17 00:00:00 2001 |
2 | From: Ian Wells <esmith@wellsi.com> | ||
3 | Date: Thu, 5 May 2011 11:23:57 -0600 | ||
4 | Subject: [PATCH 07/17] Log yum errors don't bother user with them | ||
5 | |||
6 | --- | ||
7 | yuminstall.py | 6 +++--- | ||
8 | 1 files changed, 3 insertions(+), 3 deletions(-) | ||
9 | |||
10 | diff --git a/yuminstall.py b/yuminstall.py | ||
11 | index 4d1e2b4..8505120 100644 | ||
12 | --- a/yuminstall.py | ||
13 | +++ b/yuminstall.py | ||
14 | @@ -774,9 +774,9 @@ class AnacondaYum(YumSorter): | ||
15 | "detailed information.") | ||
16 | log.error(msg) | ||
17 | |||
18 | - if not self.anaconda.isKickstart: | ||
19 | - intf.messageWindow(_("Error running transaction"), | ||
20 | - msg, type="warning") | ||
21 | + #if not self.anaconda.isKickstart: | ||
22 | + # intf.messageWindow(_("Error running transaction"), | ||
23 | + # msg, type="warning") | ||
24 | |||
25 | def doMacros(self): | ||
26 | for (key, val) in self.macros.items(): | ||
27 | -- | ||
28 | slords | 1.3 | 1.7.1 |
29 | slords | 1.1 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |