[blivet - PATCH] Remove bootloader.packages from storage.packages (#1074522).

Chris Lumens clumens at redhat.com
Fri Mar 14 19:21:33 UTC 2014


We need to be able to make separate decisions on installing these sets of
packages.
---
 blivet/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 6f47714..fa16872 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -1703,9 +1703,6 @@ class Blivet(object):
         pkgs = set()
         pkgs.update(_platform.packages)
 
-        if self.bootloader:
-            pkgs.update(self.bootloader.packages)
-
         # install support packages for all devices in the system
         for device in self.devices:
             # this takes care of device and filesystem packages
-- 
1.8.3.1



More information about the anaconda-patches mailing list