]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: various things about partitioning
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 4 Sep 2022 08:47:28 +0000 (10:47 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 13 Sep 2022 14:52:33 +0000 (15:52 +0100)
TODO

diff --git a/TODO b/TODO
index d710bc252e6f1818ad158116284c1c80678beaad..db50b108cb62aac8acdd369a4a10bb52105acca4 100644 (file)
--- 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)