From be934f72d2758b6a71438633392dd14352db39f8 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sun, 16 Jul 2017 16:48:25 +0200 Subject: lxc: Fix INITSCRIPT_PARAMS value Analogously to docker: There is no variable OS_DEFAULT_INITSCRIPT_PARAMS, just use "defaults". Signed-off-by: Jan Kiszka Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/lxc/lxc_2.0.8.bb') 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" INITSCRIPT_PACKAGES = "${PN}-setup" INITSCRIPT_NAME_{PN}-setup = "lxc" -INITSCRIPT_PARAMS_${PN}-setup = "${OS_DEFAULT_INITSCRIPT_PARAMS}" +INITSCRIPT_PARAMS_${PN}-setup = "defaults" FILES_${PN}-doc = "${mandir} ${infodir}" # For LXC the docdir only contains example configuration files and should be included in the lxc package -- cgit v1.2.3-54-g00ecf