update TODO

This commit is contained in:
Lennart Poettering 2014-03-05 22:31:03 +01:00
parent e48fdd8443
commit 6a3f892a23
2 changed files with 7 additions and 8 deletions

7
TODO
View File

@ -27,6 +27,13 @@ External:
Features:
* gpt-auto-generator:
- Properly handle cryptsetup partitions
- Define new partition type for encrypted swap
- Make /home automount rather than mount?
- don't use blkid on every single partition, but on the main disk only
- automatically find root disk in initrd
* improve journalctl performance by loading journal files
lazily. Encode just enough information in the file name, so that we
don't have to open it to know that it is not interesting for us, for

View File

@ -43,14 +43,6 @@
#include "generator.h"
#include "gpt.h"
/* TODO:
*
* - Properly handle cryptsetup partitions
* - Define new partition type for encrypted swap
* - Make /home automount rather than mount
*
*/
static const char *arg_dest = "/tmp";
DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);