]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: add mount for tracefs
authorNorbert Lange <nolange79@gmail.com>
Fri, 21 Feb 2020 14:08:13 +0000 (15:08 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Feb 2020 22:40:44 +0000 (23:40 +0100)
commitaaaf42cb44d4fcd598fca441a11856f3e8dd06d8
tree3f656ca4068a6daa6eb92780c822d0a5b447bd68
parent6dea2361dc2f2675878b6b74c73145e4df9c34a6
units: add mount for tracefs

Kernel 4.1 separated the tracing system from the debugfs,
actual documentation already points to a different path
that needs this new mount to exist.

the old sysfs path will still be an automount in the debugfs,
created by the kernel (for now).

Signed-off-by: Norbert Lange <nolange79@gmail.com>
units/meson.build
units/sys-kernel-tracing.mount [new file with mode: 0644]