From: Thierry Parmentelat Date: Thu, 10 Jun 2010 08:18:06 +0000 (+0000) Subject: reverting changeset 18126 - ruins the no-hangcheck option - waiting for caglar input X-Git-Tag: PLCAPI-5.0-10~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0566e9debbc9c59a99c4152208e8c6fd620e10b0;hp=3d755d649580518c105f7a92701f61dcf3a1c550;p=plcapi.git reverting changeset 18126 - ruins the no-hangcheck option - waiting for caglar input --- 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