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 |
|
|
|