From 7291bded6d03977850ac1cfd27da46a47f2cbc95 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 30 Sep 2008 21:50:47 +0000 Subject: [PATCH] change order so old boot cds don't keep pulling the boot manager from plc. and successfully write out 'CANCEL_BOOT' flag. --- source/steps/StartDebug.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/steps/StartDebug.py b/source/steps/StartDebug.py index 7796ec8..1bc6d23 100644 --- a/source/steps/StartDebug.py +++ b/source/steps/StartDebug.py @@ -120,15 +120,14 @@ def Run( vars, log ): else: log.write( "sshd already running\n" ) + + # this will make the initial script stop requesting scripts from PLC + utils.sysexec( "touch %s" % cancel_boot_flag, log ) # for ease of use, setup lvm on 2.x cds if BOOT_CD_VERSION[0] == 2: compatibility.setup_lvm_2x_cd(vars,log) - - # this will make the initial script stop requesting scripts from PLC - utils.sysexec( "touch %s" % cancel_boot_flag, log ) - print message return -- 2.43.0