mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 17:18:10 +00:00
meson: Add init helper scripts
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
c2931f74c5
commit
e4e52844c7
15
config/init/common/meson.build
Normal file
15
config/init/common/meson.build
Normal file
@ -0,0 +1,15 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
lxc_containers = configure_file(
|
||||
configuration: conf,
|
||||
input: 'lxc-containers.in',
|
||||
output: 'lxc-containers',
|
||||
install: true,
|
||||
install_dir: lxclibexec)
|
||||
|
||||
lxc_net = configure_file(
|
||||
configuration: conf,
|
||||
input: 'lxc-net.in',
|
||||
output: 'lxc-net',
|
||||
install: true,
|
||||
install_dir: lxclibexec)
|
8
config/init/systemd/meson.build
Normal file
8
config/init/systemd/meson.build
Normal file
@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
lxc_apparmor_load = configure_file(
|
||||
configuration: dummy_config_data,
|
||||
input: 'lxc-apparmor-load',
|
||||
output: 'lxc-apparmor-load',
|
||||
install: true,
|
||||
install_dir: lxclibexec)
|
@ -599,6 +599,8 @@ liblxc_dep = declare_dependency(
|
||||
# Rest of sub-directories.
|
||||
subdir('config/bash')
|
||||
subdir('config/etc')
|
||||
subdir('config/init/common')
|
||||
subdir('config/init/systemd')
|
||||
subdir('config/selinux')
|
||||
subdir('config/templates')
|
||||
subdir('config/templates/common.conf.d')
|
||||
|
Loading…
Reference in New Issue
Block a user