mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-05-31 00:58:45 +00:00
9 lines
211 B
Meson
9 lines
211 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
rootfs_readme = configure_file(
|
|
configuration: dummy_config_data,
|
|
input: 'README',
|
|
output: 'README',
|
|
install: true,
|
|
install_dir: lxcrootfsmount)
|