This was renamed back in v1.1.0 but I suppose most folks have been buiding for systemd or were not using this functionality and it went unnoticed.
Signed-off-by: Mark Asselstine <[email protected]> --- recipes-containers/lxc/lxc_2.0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index 547c44f..bf2a265 100644 --- a/recipes-containers/lxc/lxc_2.0.8.bb +++ b/recipes-containers/lxc/lxc_2.0.8.bb @@ -88,7 +88,7 @@ SYSTEMD_SERVICE_${PN}-networking = "lxc-net.service" SYSTEMD_AUTO_ENABLE_${PN}-networking = "enable" INITSCRIPT_PACKAGES = "${PN} ${PN}-networking" -INITSCRIPT_NAME_${PN} = "lxc" +INITSCRIPT_NAME_${PN} = "lxc-containers" INITSCRIPT_PARAMS_${PN} = "defaults" INITSCRIPT_NAME_${PN}-networking = "lxc-net" INITSCRIPT_PARAMS_${PN}-networking = "defaults" -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
