X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=f7f0c4b5553b8adfcd565b0622132f5e5d148004;hb=05f997154b39466090ca31d62cb49ad4d501c0c1;hp=0db990fb325bd0333e57982764883a7f5497490c;hpb=b11b30b051d7fff5a0b082ee3a89da9743848457;p=plcapi.git diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 0db990f..f7f0c4b 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -432,7 +432,7 @@ class GetBootMedium(Method): if "serial" in build_sh_spec: build_sh_options += " -s %s"%build_sh_spec['serial'] - for k_option in build_sh_options['-k']: + for k_option in build_sh_spec['-k']: build_sh_options += " -k %s"%k_option log_file="%s.log"%node_image