systemd: enable logging to disk instead of tmpfs

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-03-06 10:18:47 +01:00
parent c2feb1ab2a
commit 81703d249d
+4 -1
View File
@@ -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 (){