chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Mar 2014 21:31:03 +0000 (22:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Mar 2014 03:00:42 +0000 (04:00 +0100)
TODO
src/gpt-auto-generator/gpt-auto-generator.c

diff --git a/TODO b/TODO
index dbfe48eff96355bff87937f400f507c3144f3d82..5630c1c32e815e128632b6f411dd9eed64f2e310 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
index f34cd030c2aad55e73c59858c68e7e27d55e008b..6267d9dba5f7caaeb39fdd9d1344146250eec22f 100644 (file)
 #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);