kickstart.tmpl: stop using depricated "installerfw" keyword 01/10101/1
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 18 Sep 2013 05:04:42 +0000 (08:04 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 18 Sep 2013 05:21:40 +0000 (08:21 +0300)
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 <artem.bityutskiy@linux.intel.com>
kickstart/kickstart.tmpl

index 660ee19..54f8a2e 100644 (file)
@@ -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