From: S.Çağlar Onur Date: Tue, 1 Mar 2011 19:43:18 +0000 (-0500) Subject: pass kernel arguments correctly to the build.sh X-Git-Tag: plcapi-4.3-37~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=fb7cc3725d5963d9fac1531cea83d489610e3476 pass kernel arguments correctly to the build.sh --- 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