X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=3ec6fab045ff8279969f378e94c039805b6ac049;hb=fb7cc3725d5963d9fac1531cea83d489610e3476;hp=07e9bd2605d053d25a19a902c11531aa01cb3949;hpb=13363604f55da75b88caecd3aef970720890de21;p=plcapi.git diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 07e9bd2..3ec6fab 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -428,7 +428,7 @@ class GetBootMedium(Method): if tag['tagname'] == 'kvariant': build_sh_spec['variant'] = tag['value'] if tag['tagname'] == 'kargs': - build_sh_spec['kargs'].append(tag['value'].split()) + build_sh_spec['kargs'] += tag['value'].split() if tag['tagname'] == 'no-hangcheck': build_sh_spec['kargs'].append('hcheck_reboot0') # then options can override tags