diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-07-25 19:25:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-07-25 19:25:50 +0200 |
commit | f293fc5147d75902f10c3867ebf17b1496789933 (patch) | |
tree | 5a5dd5fd339406df690e215049893eb86765e7dc /TODO | |
parent | Merge pull request #13144 from poettering/nspawn-modprobe (diff) | |
download | systemd-f293fc5147d75902f10c3867ebf17b1496789933.tar.xz systemd-f293fc5147d75902f10c3867ebf17b1496789933.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |