From: Sapan Bhatia Date: Tue, 21 Feb 2012 16:25:04 +0000 (-0500) Subject: Mkinitrd no longer needed X-Git-Tag: lxcbuildf16~2 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=ddcc14b85004201f245e6f2a7795948c152a7f27 Mkinitrd no longer needed --- 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 )