From: Thierry Parmentelat Date: Tue, 25 Nov 2008 15:20:17 +0000 (+0000) Subject: use correct variable - hopefully X-Git-Tag: PLCAPI-4.3-2~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=40975068065398434a4cd19ec2b0a005160fdf33;p=plcapi.git use correct variable - hopefully --- 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