From 1aad75efdfd39b82899a3612d991b782436ab2eb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Jul 2022 14:41:43 +0200 Subject: [PATCH] update TODO --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a42ae344b2..560175560f 100644 --- a/TODO +++ b/TODO @@ -80,8 +80,10 @@ Janitorial Clean-ups: Features: * bootctl: add "gc" verb that loads all type #1 .conf files, and then removes - all files from the set of files matching the entry token that are not - referenced by any. + all files from the set of files from the ESP/XBOOTLDR matching the entry + token that are not referenced by any. Then, change kernel-install to use only + this to remove auxiliary files, and never remove them explicitly. Benefit: + resources such as initrds/kernels/dtb can be shared between entries. * networkd/udevd: add a way to define additional .link, .network, .netdev files via the credentials logic.