1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

TODO: various things about partitioning

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-09-04 10:47:28 +02:00
parent ab7ae746c6
commit d01d9197f5

10
TODO
View File

@ -1848,10 +1848,17 @@ Features:
* systemd-repart: allow disabling growing of specific partitions, or making * 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) 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 * systemd-repart: make it a static checker during early boot for existence and
absence of other partitions for trusted boot environments 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:
- document that deps in [Unit] sections ignore Alias= fields in - document that deps in [Unit] sections ignore Alias= fields in
[Install] units of other units, unless those units are disabled [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 - 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 - man: maybe sort directives in man pages, and take sections from --help and apply them to man too
- document root=gpt-auto properly - document root=gpt-auto properly
- GPT_FLAG_GROWFS is not documented at all. GPT_FLAG_* should be documented in Discoverable Partitions.
* systemctl: * systemctl:
- add systemctl switch to dump transaction without executing it - add systemctl switch to dump transaction without executing it
@ -1986,6 +1994,8 @@ Features:
* coredump: * coredump:
- save coredump in Windows/Mozilla minidump format - 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 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) * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)