From 9e1f7dd037673ef395b58d5e800d0371f2dbc0c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 24 May 2010 16:46:05 +0000 Subject: [PATCH] pass kernel arguments correctly to the build.sh --- PLC/Methods/GetBootMedium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0