diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/imagefeatures.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index 0292c882f2..a5e069d0be 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
@@ -250,7 +250,7 @@ USERADD_GID_TABLES += "files/static-group" | |||
250 | DISTRO_FEATURES:append = " pam opengl wayland" | 250 | DISTRO_FEATURES:append = " pam opengl wayland" |
251 | 251 | ||
252 | # Switch to systemd | 252 | # Switch to systemd |
253 | DISTRO_FEATURES:append = " systemd" | 253 | DISTRO_FEATURES:append = " systemd usrmerge" |
254 | VIRTUAL-RUNTIME_init_manager = "systemd" | 254 | VIRTUAL-RUNTIME_init_manager = "systemd" |
255 | VIRTUAL-RUNTIME_initscripts = "" | 255 | VIRTUAL-RUNTIME_initscripts = "" |
256 | VIRTUAL-RUNTIME_syslog = "" | 256 | VIRTUAL-RUNTIME_syslog = "" |