From: Artem Bityutskiy Date: Wed, 18 Sep 2013 05:04:42 +0000 (+0300) Subject: kickstart.tmpl: stop using depricated "installerfw" keyword X-Git-Tag: accepted/tizen/20131004.224542~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F10101%2F1;p=platform%2Fupstream%2Fkickstarter.git 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 --- 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