summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-13 14:31:46 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-13 14:31:46 +0200
commit6663cfd5747e13dd13f1dcff7e3b2f19e5ea1dfd (patch)
treeac9d3cf6e93dad10754b71052dceb1078bce8dfb
parent9d5dac4dce8721eaa14800039d8a31428c072d13 (diff)
downloadsystemd-6663cfd5747e13dd13f1dcff7e3b2f19e5ea1dfd.tar.gz
update TODO
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index ef204dfed0..da93351e50 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,14 @@ Janitorial Clean-ups:
Features:
+* journalctl --image= which is like --root= but operates on disk images
+
+* when systemd-nspawn and suchlike dissect an OS image, and there are multiple
+ root partitions, do an strverscmp() on the partition label and boot
+ first. That is inspired how sd-boot figures out which kernel to boot, and
+ thus allows defining OS images which can be A/B updated and we default to the
+ newest version automatically, both in nspawn and in sd-boot
+
* drop sd_bus_message_set_priority() from sd-bus API and documentation as much
as we can, it's a kdbus left-over and unlikely to come back on AF_UNIX, since
it's not really implementable there.