From 37ec4cd11d6eb542e8b9a2c7bcb642bb0989c003 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 26 Nov 2008 08:21:42 +0000 Subject: [PATCH] eventually use the right kernel arg --- PLC/Methods/GetBootMedium.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 1c4e6a4..6c28d2b 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 -- 2.43.0