summaryrefslogtreecommitdiff
path: root/units/sys-kernel-config.mount
AgeCommit message (Collapse)Author
2011-09-21units: drop automount unit for /sys/kernel/debugLennart Poettering
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point.
2011-09-21units: drop /sys/kernel/config automount unitLennart Poettering
The mount point directory /sys/kernel/config is only created after the module is loaded, hence there's little value in having this an automount unit: the runtime penalty for mounting an autofs here should be the same as for a real mount.
2011-09-20units: Add support for automounting configfs, ala debugfs, etc.Bill Nottingham