mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
lxc: rename the lxc 'autostart' sysvinit script matching upstream
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
11c7379fc5
commit
1831c7c282
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user