From 1353564b9d7bd11888b7ca068ffce771ce6d8e7e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Oct 2025 12:40:04 +0200 Subject: [PATCH] update TODO --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO b/TODO index 7c94b51347..16bf6c80af 100644 --- a/TODO +++ b/TODO @@ -128,6 +128,19 @@ Deprecations and removals: Features: +* systemd-repart: add --ghost, that creates file systems, updates the kernel's + partition table but does *not* update partition table on disk. This way, we + have disk backed file systems that go effectively disappear on reboot. This + is useful when booting from a "live" usb stick that is writable, as it means + we do not have to place everything in memory. Moreover, we could then migrate + the file systems to disk later (using btrfs device replacement), if needed as + part of an installer logic. + +* add a concept of overlay directory stacks to image discovery, i.e. have a dir + with a name suffix of ".ovl" or so that contains DDIs and plain dirs (and + possible .v dirs) that are glued together on use via overlayfs. one special + subdir should be used as writable top layer. + * journald: log pidfid as another field, i.e. _PIDFDID= * systemd-nspawn: something like --volatile= but that isn't volatile, but