summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2017-07-16 16:48:25 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-17 15:48:43 -0400
commitbe934f72d2758b6a71438633392dd14352db39f8 (patch)
tree255d284be09544b34d3ba93a6117ccc4338bf500 /recipes-containers/lxc
parent3b9dbb00756a4c7424a3db82bfc428c8b8f31fa0 (diff)
downloadmeta-virtualization-be934f72d2758b6a71438633392dd14352db39f8.tar.gz
lxc: Fix INITSCRIPT_PARAMS value
Analogously to docker: There is no variable OS_DEFAULT_INITSCRIPT_PARAMS, just use "defaults". Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc')
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb
index f4d1102b..8b5d77fc 100644
--- a/recipes-containers/lxc/lxc_2.0.8.bb
+++ b/recipes-containers/lxc/lxc_2.0.8.bb
@@ -79,7 +79,7 @@ SYSTEMD_AUTO_ENABLE_${PN}-setup = "disable"
79 79
80INITSCRIPT_PACKAGES = "${PN}-setup" 80INITSCRIPT_PACKAGES = "${PN}-setup"
81INITSCRIPT_NAME_{PN}-setup = "lxc" 81INITSCRIPT_NAME_{PN}-setup = "lxc"
82INITSCRIPT_PARAMS_${PN}-setup = "${OS_DEFAULT_INITSCRIPT_PARAMS}" 82INITSCRIPT_PARAMS_${PN}-setup = "defaults"
83 83
84FILES_${PN}-doc = "${mandir} ${infodir}" 84FILES_${PN}-doc = "${mandir} ${infodir}"
85# For LXC the docdir only contains example configuration files and should be included in the lxc package 85# For LXC the docdir only contains example configuration files and should be included in the lxc package