mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 09:25:28 +00:00
9 lines
229 B
Meson
9 lines
229 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
lxc_system_config = configure_file(
|
|
configuration: dummy_config_data,
|
|
input: 'default.conf.lxcbr',
|
|
output: 'default.conf',
|
|
install: true,
|
|
install_dir: lxcconfdir)
|