summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-09-18 08:04:42 +0300
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-09-18 08:21:40 +0300
commit2ea3e4a997bfd8c5c0392d9420fb61875fce0747 (patch)
tree3a764a3098c3fafdf95198bcaa88c674f345b289
parentb774a2a895bca127cf29f07e01e55e9af74a2a9b (diff)
downloadkickstarter-2ea3e4a997bfd8c5c0392d9420fb61875fce0747.tar.gz
kickstarter-2ea3e4a997bfd8c5c0392d9420fb61875fce0747.tar.bz2
kickstarter-2ea3e4a997bfd8c5c0392d9420fb61875fce0747.zip
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 <artem.bityutskiy@linux.intel.com>
-rw-r--r--kickstart/kickstart.tmpl2
1 files changed, 1 insertions, 1 deletions
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