From: Thierry Parmentelat Date: Wed, 26 Nov 2008 08:21:42 +0000 (+0000) Subject: eventually use the right kernel arg X-Git-Tag: PLCAPI-4.3-2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=37ec4cd11d6eb542e8b9a2c7bcb642bb0989c003;p=plcapi.git eventually use the right kernel arg --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 1c4e6a4b..6c28d2b8 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -297,8 +297,7 @@ class GetBootMedium(Method): elif option.find("serial:") == 0: build_sh_spec['serial']=option.replace("serial:","") elif option == "no-hangcheck": - build_sh_spec['kargs'].append('hcheck_reboot=0') - build_sh_spec['kargs'].append('debug') + build_sh_spec['kargs'].append('hcheck_reboot0') else: raise PLCInvalidArgument, "unknown option %s"%option