mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
affb59e6a2
VM typically use a TAP device, and work similarly to a veth device from the host side.
19 lines
678 B
Meson
19 lines
678 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
if conf.get('ENABLE_NETWORKD') == 1
|
|
install_data('80-container-host0.network',
|
|
'80-container-ve.network',
|
|
'80-container-vz.network',
|
|
'80-vm-vt.network',
|
|
'80-wifi-adhoc.network',
|
|
'80-wifi-ap.network.example',
|
|
'80-wifi-station.network.example',
|
|
install_dir : networkdir)
|
|
|
|
meson.add_install_script('sh', '-c',
|
|
mkdir_p.format(join_paths(sysconfdir, 'systemd/network')))
|
|
endif
|
|
|
|
install_data('99-default.link',
|
|
install_dir : networkdir)
|