[OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

Koen Kooi koen at dominion.thruhere.net
Sat Sep 27 07:22:25 UTC 2014


These generate passwd and group files, so keeping user changes is very
important.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta/recipes-core/systemd/systemd_216.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index 3e572e8..97af897 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -220,7 +220,10 @@ RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps"
 CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \
                 ${sysconfdir}/systemd/logind.conf \
                 ${sysconfdir}/systemd/system.conf \
-                ${sysconfdir}/systemd/user.conf"
+                ${sysconfdir}/systemd/user.conf \
+                ${libdir}/sysusers.d/systemd.conf \
+                ${libdir}/sysusers.d/basic.conf \
+                "
 
 FILES_${PN} = " ${base_bindir}/* \
                 ${datadir}/bash-completion \
-- 
1.9.0




More information about the Openembedded-core mailing list