mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-15 22:55:21 +01:00
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>
This commit is contained in:
parent
3b9dbb0075
commit
be934f72d2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user