summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-10 18:37:00 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-10 18:37:00 +0200
commit4c150809eb9e6ad66c300becb6a4c22d9f5977fa (patch)
tree6df4060945d57f7223d64a8d11a0ca6f364e8042
parenttest: make TEST-02-CRYPTSETUP a bit more robust (diff)
downloadsystemd-4c150809eb9e6ad66c300becb6a4c22d9f5977fa.tar.xz
systemd-4c150809eb9e6ad66c300becb6a4c22d9f5977fa.zip
update TODO
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c4275b48e0..da248ff296 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,9 @@ Janitorial Clean-ups:
Features:
+* add --copy-from and --copy-to command to systemd-dissect which copies stuff
+ in and out of a disk image
+
* add systemd.random_seed= on the kernel cmdline, taking some hex or base64
encoded data. During earliest boot, credit it to entropy. This is not useful
for general purpose systems, but certainly for testing environments in VMs