]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 35685/head
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Nov 2024 08:43:32 +0000 (09:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Jan 2025 20:48:02 +0000 (21:48 +0100)
TODO

diff --git a/TODO b/TODO
index 8ea545ed46ab927a86afb70a3ae251ea4522cb0c..18c38a09eb39773c267c0e59fd1caedd9775d256 100644 (file)
--- 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.