From ddcc14b85004201f245e6f2a7795948c152a7f27 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 21 Feb 2012 11:25:04 -0500 Subject: [PATCH] Mkinitrd no longer needed --- source/steps/ChainBootNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index f125364..67ac5dd 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -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 ) -- 2.43.0