]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/gpt-auto-generator/gpt-auto-generator.c
update TODO
[thirdparty/systemd.git] / src / gpt-auto-generator / gpt-auto-generator.c
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);