[meta-virtualization] [PATCH 2/4] lxc: rename the lxc 'autostart' sysvinit script matching upstream

Mark Asselstine mark.asselstine at windriver.com
Mon May 28 06:14:47 PDT 2018


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 <mark.asselstine at windriver.com>
---
 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



More information about the meta-virtualization mailing list