X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=3624122fc299b2c47069f7daf8cf0ac0a1e5755d;hb=0566e9debbc9c59a99c4152208e8c6fd620e10b0;hp=cb95881b3f674ea7b4419cdef2059212e3e85ffe;hpb=3d755d649580518c105f7a92701f61dcf3a1c550;p=plcapi.git 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