X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsteps%2FChainBootNode.py;h=78337abc961dde6228394b28e0dad3748fcc78e3;hb=d531cfaf5185ca1e74a5f15c2e3b1254968200de;hp=baba4837766192ca41e956d9f36ef7107d15258a;hpb=3a3e97eb4dfb28bc17b84653ae3c4135394f32a4;p=bootmanager.git diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index baba483..78337ab 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -312,7 +312,7 @@ def Run(vars, log): pass utils.sysexec_noerr('hwclock --systohc --utc ', log) - utils.breakpoint ("Before kexec"); +# utils.breakpoint("Before kexec"); try: utils.sysexec('kexec --force --initrd=/tmp/initrd --append="{}" /tmp/kernel'.format(kargs), log) except BootManagerException as e: