From: Lennart Poettering Date: Tue, 12 Nov 2024 08:43:32 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1502^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab659a685e53c850b53446436f37f0e4409c0698;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 8ea545ed46a..18c38a09eb3 100644 --- a/TODO +++ b/TODO @@ -185,6 +185,16 @@ Features: * start using STATX_SUBVOL in btrfs_is_subvol(). Also, make use of it generically, so that image discovery recognizes bcachefs subvols too. +* "systemd-export tar" should reuse the libarchive export code from systemd-dissect + --archive. + +* "systemd-import tar" should be moved to libarchive + +* foreign uid: + - add support to export-fs, import-fs, import-tar, export-tar + - add tool for deleting foreign UID held container images + - systemd-dissect should learn mappings, too, when doing mtree and such + * format-table: introduce new cell type for strings with ansi sequences in them. display them in regular output mode (via strip_tab_ansi()), but suppress them in json mode.