[PATCH] Remove the bootloader class's obsoletes attribute.

Chris Lumens clumens at redhat.com
Tue May 7 20:56:37 UTC 2013


This was used for upgrades, which we no longer do in anaconda.
---
 pyanaconda/bootloader.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 3e4442a..f34ac8a 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -216,7 +216,6 @@ class TbootLinuxBootLoaderImage(LinuxBootLoaderImage):
 class BootLoader(object):
     name = "Generic Bootloader"
     packages = []
-    obsoletes = []
     config_file = None
     config_file_mode = 0600
     can_dual_boot = False
@@ -1336,7 +1335,6 @@ class GRUB2(GRUB):
     """
     name = "GRUB2"
     packages = ["grub2"]
-    obsoletes = ["grub"]
     _config_file = "grub.cfg"
     _config_dir = "grub2"
     config_file_mode = 0600
-- 
1.8.1.2



More information about the anaconda-patches mailing list