From ae9eb5e2a05ddac8823bbc49916b39935ecd8635 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 18 Feb 2018 12:56:04 -0500 Subject: [PATCH] hardcoded /etc/machine-id Otherwise systemd will bind-mount tmpfs on this file and generate a new machine-id on each boot. This causes persistent journal to not work correctly. --- meta-citadel/recipes-core/systemd/systemd_234.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-citadel/recipes-core/systemd/systemd_234.bbappend b/meta-citadel/recipes-core/systemd/systemd_234.bbappend index d2dfa9e..4ad99f7 100644 --- a/meta-citadel/recipes-core/systemd/systemd_234.bbappend +++ b/meta-citadel/recipes-core/systemd/systemd_234.bbappend @@ -16,4 +16,5 @@ PACKAGECONFIG = "\ do_install_append() { rm -f ${D}${sysconfdir}/tmpfiles.d/00-create-volatile.conf + echo "a4e415feff81466c925aab34b0c35a3c" > ${D}${sysconfdir}/machine-id }