reverting changeset 18126 - ruins the no-hangcheck option - waiting for caglar input
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Jun 2010 08:18:06 +0000 (08:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Jun 2010 08:18:06 +0000 (08:18 +0000)
PLC/Methods/GetBootMedium.py

index cb95881..3624122 100644 (file)
@@ -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