From bfafec253c3659c1ecfb8173b552c8d378d03b81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 May 2020 09:38:00 +0200 Subject: [PATCH] update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 624ae2aafd..0b046aa3af 100644 --- a/TODO +++ b/TODO @@ -48,6 +48,9 @@ Features: * pid1: also remove PID files of a service when the service starts, not just when it exits +* systemd-path: add ESP and XBOOTLDR path. Add "private" runtime/state/cache dir enum, + mapping to $RUNTIME_DIRECTORY, $STATE_DIRECTORY and such + * make "systemd-dissect" an official supported tool, i.e. move to /usr/bin/ and provide man page. Given that we now have a tool that can generate images like this, it's useful to have one that can dump contents of them, too.