summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-09-04 10:47:28 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-09-13 15:52:33 +0100
commitd01d9197f50667491eab287d1f0f1e62c85e1e50 (patch)
treecdadcebeb9edc17f37a3abcab2549306d0afe6c5 /TODO
parentab7ae746c6eed3074aa7edc6ae9ecfbac157e0da (diff)
downloadsystemd-d01d9197f50667491eab287d1f0f1e62c85e1e50.tar.gz
TODO: various things about partitioning
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index d710bc252e..db50b108cb 100644
--- a/TODO
+++ b/TODO
@@ -1848,10 +1848,17 @@ Features:
* systemd-repart: allow disabling growing of specific partitions, or making
them (think ESP: we don't ever want to grow it, since we cannot resize vfat)
+ Also add option to disable operation via kernel command line.
* systemd-repart: make it a static checker during early boot for existence and
absence of other partitions for trusted boot environments
+* systemd-repart: add support for GPT_FLAG_GROWFS also on real systems, i.e.
+ generate some unit to actually enlarge the fs after growing the partition
+ during boot.
+
+* systemd-repart: do not print "Successfully resized …" when no change was done.
+
* document:
- document that deps in [Unit] sections ignore Alias= fields in
[Install] units of other units, unless those units are disabled
@@ -1865,6 +1872,7 @@ Features:
- in particular an example how to do the equivalent of switching runlevels
- man: maybe sort directives in man pages, and take sections from --help and apply them to man too
- document root=gpt-auto properly
+ - GPT_FLAG_GROWFS is not documented at all. GPT_FLAG_* should be documented in Discoverable Partitions.
* systemctl:
- add systemctl switch to dump transaction without executing it
@@ -1986,6 +1994,8 @@ Features:
* coredump:
- save coredump in Windows/Mozilla minidump format
- when truncating coredumps, also log the full size that the process had, and make a metadata field so we can report truncated coredumps
+ - when using package notes, compact output to one-line-per-module:
+ libfoo.so, build-id DEADF12340, foo-libs-33.4-1.fc12
* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)