From: Dan McGregor Date: Tue, 3 Nov 2015 22:54:35 +0000 (-0600) Subject: systemd: add machine-id to conffiles X-Git-Tag: 2016-4~2237 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a25335967ac4aa62d77e862b4b80fed293eba0ad;p=openembedded-core.git systemd: add machine-id to conffiles If / is mounted read-write machine-id will be overwritten on first boot. This change ensures that the machine-id file persists across package upgrades to systemd. Signed-off-by: Dan McGregor Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 0b54ac86f9..6393ca0fef 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb @@ -270,7 +270,8 @@ RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" -CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ +CONFFILES_${PN} = "${sysconfdir}/machine-id \ + ${sysconfdir}/systemd/journald.conf \ ${sysconfdir}/systemd/logind.conf \ ${sysconfdir}/systemd/system.conf \ ${sysconfdir}/systemd/user.conf"