From 81703d249df4d5e03808e9c6b219dd4b227df9c6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 6 Mar 2012 10:18:47 +0100 Subject: [PATCH] systemd: enable logging to disk instead of tmpfs Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 2b549a0a61..4a8e9a1996 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -14,7 +14,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r18" +PR = "r19" inherit useradd pkgconfig autotools vala perlnative @@ -59,6 +59,9 @@ do_install() { # provide support for initramfs ln -s ${base_bindir}/systemd ${D}/init + + # create dir for journal + install -d ${D}${localstatedir}/log/journal } python populate_packages_prepend (){