Mkinitrd no longer needed
authorSapan Bhatia <gwsapan@gmail.com>
Tue, 21 Feb 2012 16:25:04 +0000 (11:25 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Tue, 21 Feb 2012 16:25:04 +0000 (11:25 -0500)
source/steps/ChainBootNode.py

index f125364..67ac5dd 100644 (file)
@@ -125,7 +125,7 @@ def Run( vars, log ):
     utils.sysexec_chroot( SYSIMG_PATH, cmd, log )
 
     # Re-generate initrd right before kexec call
-    MakeInitrd.Run( vars, log )
+    #MakeInitrd.Run( vars, log )
 
     # the following step should be done by NM
     UpdateNodeConfiguration.Run( vars, log )