[oe-commits] Koen Kooi : systemd: enable logging to disk instead of tmpfs

git at git.openembedded.org git at git.openembedded.org
Fri Mar 9 06:07:19 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 81703d249df4d5e03808e9c6b219dd4b227df9c6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=81703d249df4d5e03808e9c6b219dd4b227df9c6

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Mar  6 10:18:47 2012 +0100

systemd: enable logging to disk instead of tmpfs

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 2b549a0..4a8e9a1 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 (){





More information about the Openembedded-commits mailing list