summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-25 19:25:50 +0200
committerLennart Poettering <lennart@poettering.net>2019-07-25 19:25:50 +0200
commitf293fc5147d75902f10c3867ebf17b1496789933 (patch)
tree5a5dd5fd339406df690e215049893eb86765e7dc /TODO
parentMerge pull request #13144 from poettering/nspawn-modprobe (diff)
downloadsystemd-f293fc5147d75902f10c3867ebf17b1496789933.tar.xz
systemd-f293fc5147d75902f10c3867ebf17b1496789933.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1cf0318b22..0c87d15e10 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,20 @@ Janitorial Clean-ups:
Features:
+* add an explicit "vertical" mode to format-table, so that "systemctl
+ status"-like outputs (i.e. with a series of field names left and values
+ right) become genuine first class citizens, and we gain automatic, sane JSON
+ output for them.
+
+* dissector: invoke fsck on the file systems we encounter, after all ext4 is
+ still pretty popular (and we mount the ESP too with it after all, which is
+ fat)
+
+* systemd-firstboot: teach it dissector magic, so that you can point it to some
+ disk image and it will just set everything in it all behind the scenes.
+
+* systemd-firstboot: add --force mode that replaces existing configuration.
+
* We should probably replace /var/log/README, /etc/rc.d/README with symlinks
that are linked to these places instead of copied. After all they are
constant vendor data.