From 2ea3e4a997bfd8c5c0392d9420fb61875fce0747 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 18 Sep 2013 08:04:42 +0300 Subject: [PATCH] kickstart.tmpl: stop using depricated "installerfw" keyword We renamed the "installerfw" installer framework keyword to "installerfw_plugins" in MIC. MIC still supports both, but the intention is to remove the old one. Lets start using "installerfw_plugins" keyword from now on. This should fix the following MIC warning: "please, use 'installerfw_plugins' instead of 'installerfw', the latter is obsolete and will be removed in future releases" Change-Id: I21911db1a17581a8afdab934c7f7fb0a2e1852c9 Signed-off-by: Artem Bityutskiy --- kickstart/kickstart.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickstart/kickstart.tmpl b/kickstart/kickstart.tmpl index 660ee19..54f8a2e 100644 --- a/kickstart/kickstart.tmpl +++ b/kickstart/kickstart.tmpl @@ -54,7 +54,7 @@ user --name ${metadata.DefaultUser} --groups audio,video --password '${metadata #end if #if $metadata.has_key("InstallerFrameworkPlugins") -installerfw "#slurp +installerfw_plugins "#slurp #set sep = '' #for $p in $metadata.InstallerFrameworkPlugins $sep$p#slurp -- 2.7.4