From: S.Çağlar Onur Date: Mon, 24 May 2010 16:46:05 +0000 (+0000) Subject: pass kernel arguments correctly to the build.sh X-Git-Tag: PLCAPI-5.0-10~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9e1f7dd037673ef395b58d5e800d0371f2dbc0c3;p=plcapi.git pass kernel arguments correctly to the build.sh --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 2eb52f9..00d6f2d 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -338,7 +338,7 @@ class GetBootMedium(Method): if "variant" in build_sh_spec: build_sh_options += " -V %s"%build_sh_spec['variant'] - for karg in build_sh_spec['kargs']: + for karg in build_sh_spec['kargs'][0]: build_sh_options += ' -k "%s"'%karg log_file="%s.log"%node_image