mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user