projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6e140
)
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
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 12 Oct 2021 16:01:20 +0000
(18:01 +0200)
(cherry picked from commit
aa0a23ec8629aa033a098ab55e9d97ccd9fbf39c
)
(cherry picked from commit
879c3eed4293752210ce067206a2fadb862c6370
)
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index d96d4e3f047c859832ea384d75f054d4d1feccc6..33e35af4bcffbfd58f03935e1b6975898cf10fdc 100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-197,7
+197,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'
],
description : 'default net.naming-scheme= value')
option('status-unit-format-default', type : 'combo',
choices : ['description', 'name'],