mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03: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:
parent
7f0dbde467
commit
35dbb8b0d6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user