use correct variable - hopefully
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Nov 2008 15:20:17 +0000 (15:20 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Nov 2008 15:20:17 +0000 (15:20 +0000)
PLC/Methods/GetBootMedium.py

index f2677b0..076ad9a 100644 (file)
@@ -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