From e124e7a4a15f89fc6fbdf3e554a86d5a26160624 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Sep 2011 03:20:28 +0200 Subject: units: drop automount unit for /sys/kernel/debug Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point. --- units/sys-kernel-debug.mount | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/sys-kernel-debug.mount') diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount index 53d107260b..d9fca1ff3d 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -8,6 +8,8 @@ [Unit] Description=Debug File System DefaultDependencies=no +ConditionPathExists=/sys/kernel/debug +Before=sysinit.target [Mount] What=debugfs -- cgit v1.2.1