summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator/gpt-auto-generator.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-05 22:31:03 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-06 04:00:42 +0100
commit6a3f892a23db71544d0439355f96c44350dafa8f (patch)
tree0e3113c2d6146b8d8fdfb08682532f8057dcb913 /src/gpt-auto-generator/gpt-auto-generator.c
parente48fdd84432bbf9c2ecc339183258c7c33116032 (diff)
update TODO
Diffstat (limited to 'src/gpt-auto-generator/gpt-auto-generator.c')
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index f34cd030c..6267d9dba 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -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);