From 0566e9debbc9c59a99c4152208e8c6fd620e10b0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 10 Jun 2010 08:18:06 +0000 Subject: [PATCH 1/1] reverting changeset 18126 - ruins the no-hangcheck option - waiting for caglar input --- 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 cb95881..3624122 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -339,7 +339,7 @@ class GetBootMedium(Method): build_sh_options += " -V %s"%build_sh_spec['variant'] if len(build_sh_spec['kargs']) > 0: - for karg in build_sh_spec['kargs'][0]: + for karg in build_sh_spec['kargs']: build_sh_options += ' -k "%s"'%karg log_file="%s.log"%node_image -- 2.43.0