/[smeserver]/rpms/anaconda/sme7/0006-No-warnings-if-kernel-not-upgraded.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/0006-No-warnings-if-kernel-not-upgraded.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Oct 27 01:24:44 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Update spec

1 slords 1.1 From 73b0717e3d2281f9f8b4ab5b9d6a2764b434c75a Mon Sep 17 00:00:00 2001
2     From: Shad L. Lords <slords@mail.com>
3     Date: Mon, 26 Oct 2009 17:09:15 -0600
4     Subject: [PATCH] No warnings if kernel not upgraded
5    
6     ---
7     bootloader.py | 5 -----
8     1 files changed, 0 insertions(+), 5 deletions(-)
9    
10     diff --git a/bootloader.py b/bootloader.py
11     index d88da31..c30a2db 100644
12     --- a/bootloader.py
13     +++ b/bootloader.py
14     @@ -186,11 +186,6 @@ def writeBootloader(intf, instRoot, fsset, bl, langs, comps):
15     except BootyNoKernelWarning:
16     if not justConfigFile:
17     w.pop()
18     - if intf:
19     - intf.messageWindow(_("Warning"),
20     - _("No kernel packages were installed on your "
21     - "system. Your boot loader configuration "
22     - "will not be changed."))
23     dosync()
24    
25     # note that this function no longer actually creates an initrd.
26     --
27     1.5.5.6
28    

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