1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

meson: disable -Ddefault-network by default

Follow-up for 9b7a624267.

This may break existing setups. Let's disable it by default.
This commit is contained in:
Yu Watanabe 2023-11-08 21:48:28 +09:00
parent 7f0dbde467
commit 35dbb8b0d6

View File

@ -130,7 +130,7 @@ option('homed', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : '
description : 'install the systemd-homed stack')
option('networkd', type : 'boolean',
description : 'install the systemd-networkd stack')
option('default-network', type : 'boolean', value : true,
option('default-network', type : 'boolean', value : false,
description : 'install default .network files')
option('timedated', type : 'boolean',
description : 'install the systemd-timedated daemon')