projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e9218
)
Add remaining supported schemes as options for default-net-naming-scheme
author
dann frazier
<dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:00:53 +0000
(11:00 -0600)
committer
dann frazier
<dann.frazier@canonical.com>
Mon, 27 Sep 2021 17:12:22 +0000
(11:12 -0600)
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index e094d48c6ef1bf76c5866a866fe685b92d3fec79..dcd3c01ae4f8565b682d78ca35f6ab392cd014fa 100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-201,7
+201,7
@@
option('default-hierarchy', type : 'combo',
choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
description : 'default cgroup hierarchy')
option('default-net-naming-scheme', type : 'combo',
- choices : ['latest', 'v238', 'v239', 'v240'],
+ choices : ['latest', 'v238', 'v239', 'v240'
, 'v241', 'v243', 'v245', 'v247', 'v249'
],
description : 'default net.naming-scheme= value')
option('status-unit-format-default', type : 'combo',
choices : ['description', 'name', 'combined'],