From 73b0717e3d2281f9f8b4ab5b9d6a2764b434c75a Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 26 Oct 2009 17:09:15 -0600 Subject: [PATCH] No warnings if kernel not upgraded --- bootloader.py | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/bootloader.py b/bootloader.py index d88da31..c30a2db 100644 --- a/bootloader.py +++ b/bootloader.py @@ -186,11 +186,6 @@ def writeBootloader(intf, instRoot, fsset, bl, langs, comps): except BootyNoKernelWarning: if not justConfigFile: w.pop() - if intf: - intf.messageWindow(_("Warning"), - _("No kernel packages were installed on your " - "system. Your boot loader configuration " - "will not be changed.")) dosync() # note that this function no longer actually creates an initrd. -- 1.5.5.6