From d9a55220c6a3ccbbe1fdd5ea38b2593fd09acfcc Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 13 Feb 2009 17:24:28 +0000 Subject: [PATCH 1/1] error caused by older versions of python on newer code. --- bootman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootman.py b/bootman.py index 4bd503b..fb5cf5d 100755 --- a/bootman.py +++ b/bootman.py @@ -620,6 +620,7 @@ def reboot(hostname, config=None, forced_action=None): "bminit-cfg-auth-implementerror-bootcheckfail-update-implementerror-bootupdatefail-done", "bminit-cfg-auth-getplc-update-installinit-validate-rebuildinitrd-netcfg-update3-implementerror-nospace-update-debug-done", "bminit-cfg-auth-getplc-hardware-installinit-installdisk-installbootfs-exception-downloadfail-update-debug-done", + "bminit-cfg-auth-getplc-update-installinit-validate-implementerror-update-debug-done", ]: sequences.update({n: "restart_node_boot"}) -- 2.45.2