From 6a3f892a23db71544d0439355f96c44350dafa8f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Mar 2014 22:31:03 +0100 Subject: [PATCH] update TODO --- TODO | 7 +++++++ src/gpt-auto-generator/gpt-auto-generator.c | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index dbfe48eff..5630c1c32 100644 --- 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 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); -- 2.30.2