From 40975068065398434a4cd19ec2b0a005160fdf33 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Nov 2008 15:20:17 +0000 Subject: [PATCH] use correct variable - hopefully --- PLC/Methods/GetBootMedium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index f2677b0..076ad9a 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -297,7 +297,7 @@ class GetBootMedium(Method): elif option.find("serial:") == 0: build_sh_spec['serial']=option.replace("serial:","") elif option == "no-hangcheck": - build_sh_spec['-k'].append('hangcheck_reboot=0') + build_sh_spec['-k'].append('hcheck_reboot=0') else: raise PLCInvalidArgument, "unknown option %s"%option -- 2.43.0