From 2b717a7f14758c4a3dcea1b580d042ff588ff145 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 9 Dec 2024 11:46:54 +0100 Subject: [PATCH] update TODO --- TODO | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 3fad822bc66..e44b583db1a 100644 --- a/TODO +++ b/TODO @@ -122,6 +122,18 @@ Deprecations and removals: Features: +* importd: introduce a per-user instance, that downloads into per-user DDI dirs + +* sysupdated: similar + +* portabled: similar + +* machined: implement a per-user instance, that manages per-user DDI dirs for + images. systemd-nspawn/systemd-vmspawn should probably register with both the + system and the user scoped machined instance. The former to get the machine + name registered as hostname, and the latter so that the image stuff is nicely + per-user managed. + * resolved: make resolved process DNR DHCP info * Teach systemd-ssh-generator to generated an /run/issue.d/ drop-in telling @@ -391,8 +403,6 @@ Features: the bg via vmspawn/nspawn if not done so yet and then requests a shell inside it for the invoking user. -* importd/…: define per-user dirs for container/VM images too. - * add a new specifier to unit files that figures out the DDI the unit file is from, tracing through overlayfs, DM, loopback block device.