[rhel6-branch] Remove manual call to recreate initrd. (#1007884)

Samantha N. Bueno sbueno+anaconda at redhat.com
Tue Oct 15 19:01:40 UTC 2013


Grubby handles things like this for us now.

Resolves: rhbz#1007884
---
 backend.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/backend.py b/backend.py
index 2bb0b41..8ca980c 100644
--- a/backend.py
+++ b/backend.py
@@ -97,10 +97,6 @@ class AnacondaBackend:
         #always copy the firmware files from DD
         self.copyFirmware(anaconda)
 
-        if anaconda.id.extraModules or has_iscsi_disk:
-            for (n, arch, tag) in self.kernelVersionList(anaconda.rootPath):
-                packages.recreateInitrd(n, anaconda.rootPath)
-
         #copy RPMS
         for d in glob.glob(DD_RPMS):
             try:
-- 
1.7.11.7



More information about the anaconda-patches mailing list