diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-22 19:23:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-22 19:25:17 +0200 |
commit | 6b1dc2bd3cdb3bd932b0692be636ddd2879edb92 (patch) | |
tree | 2103f7daf0619c14f8da9be956f4ddbbe9309d51 /TODO | |
parent | 745e2fb79ab20f3e98310d5e889a161ffe8b492c (diff) |
mount: replace PID1 internal fstab parser with generator
Bit by bit we should remove non-unit parsing from PID 1 and move into
generators, to clean up our code base a bit and clearly separate
parsers.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -23,6 +23,8 @@ Bugfixes: Features: +* replace sysvpath by a new more generic property + * make sure show-logs checks for utf8 validity, not ascii validity * add CapbilityBoundingSet to system.conf to set system-wide caps bounds, and same for TimerSlackNS @@ -31,8 +33,6 @@ Features: * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes -* in rescue mode don't pull in sockets - * Document boot options such as forcefsck * (attempt to) make Debianites happy: @@ -51,8 +51,6 @@ Features: * move passno parsing to fstab generator -* actually queue the new default unit after switch-root - * improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT, or use the users cgroup information when /proc/*/loginuid is not available. |