From d3584ec472a5bbbf94e2a06d582d3ac3f75f91fb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 Oct 2018 11:38:57 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 07d6f3500e..24deb26f31 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,10 @@ Janitorial Clean-ups: Features: +* bootctl: implement Type #2 boot loader entry discovery + +* bootctl,sd-boot: actually honour the "architecture" key + * consider splitting out all temporary file creation APIs (we have so many in fileio.h and elsewhere!) into a new util file of its own.