mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 23:45:01 +00:00
systemd: enable logging to disk instead of tmpfs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
c2feb1ab2a
commit
81703d249d
@ -14,7 +14,7 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r18"
|
PR = "r19"
|
||||||
|
|
||||||
inherit useradd pkgconfig autotools vala perlnative
|
inherit useradd pkgconfig autotools vala perlnative
|
||||||
|
|
||||||
@ -59,6 +59,9 @@ do_install() {
|
|||||||
|
|
||||||
# provide support for initramfs
|
# provide support for initramfs
|
||||||
ln -s ${base_bindir}/systemd ${D}/init
|
ln -s ${base_bindir}/systemd ${D}/init
|
||||||
|
|
||||||
|
# create dir for journal
|
||||||
|
install -d ${D}${localstatedir}/log/journal
|
||||||
}
|
}
|
||||||
|
|
||||||
python populate_packages_prepend (){
|
python populate_packages_prepend (){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user