diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-21 03:16:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-21 03:56:55 +0200 |
commit | 0286cc1551927ea93e22b2d451a8bedddfc9d4ea (patch) | |
tree | c88c9197eb9168641b265c6d0b082c4d85cf8fe7 /TODO | |
parent | c72dcc54315a5bb854849e17a34c6ad8a3f9dfaa (diff) |
units: drop /sys/kernel/config automount unit
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -13,6 +13,16 @@ Bugfixes: Features: +* File systems: + + mqueue - boot + configfs module boot (order after module load) + securityfs - boot + binfmt_misc module autofs + fuse module udev + debug - boot + hugepages - boot + * introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h * when a bus name of a service disappears from the bus make sure to queue further activation requests |