From d01d9197f50667491eab287d1f0f1e62c85e1e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 4 Sep 2022 10:47:28 +0200 Subject: [PATCH] TODO: various things about partitioning --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)