diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-24 11:35:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-24 11:35:51 +0200 |
commit | a07fdfa376add41d9101d39db25fb2ecb17d5fca (patch) | |
tree | 57fc356c800cdcd51971a193ce94b23dc55da624 /TODO | |
parent | 8e41de0d2c468b8a351775b431b9d21f42dd7aaa (diff) |
main: don't try to mout cpuset with cpu+cpuacct anymore
Turns out cpuset needs explicit initialization before we could make use
of it. Thus mounting cpuset with cpu/cpuacct would make it impossible to
just create a group in "cpu" and start it.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ F18: Features: +* cryptsetup-generator: warn if the password files are world-readable + +* cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices + +* cryptsetup-generator: allow specification of passwords in crypttab itself + * document that deps in [Unit] sections ignore Alias= fileds in [Install] units of other units, unless those units are disabled |