ffdfaa7410
The file format is TOML[0] but the file extension is .conf to follow the convention set by Podman. https://github.com/containers/toolbox/pull/828 https://github.com/containers/toolbox/pull/851
4 lines
101 B
Meson
4 lines
101 B
Meson
install_data(
|
|
'toolbox.conf',
|
|
install_dir: join_paths(get_option('sysconfdir'), 'containers'),
|
|
)
|