X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=5630c1c32e815e128632b6f411dd9eed64f2e310;hb=6a3f892a23db71544d0439355f96c44350dafa8f;hp=07fd7383c6a98707dbd7f54aaddab4db49b72f94;hpb=efc141b8ffbfa1e449da40ce27fccaa81428f779;p=elogind.git diff --git a/TODO b/TODO index 07fd7383c..5630c1c32 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,13 @@ External: Features: +* gpt-auto-generator: + - Properly handle cryptsetup partitions + - Define new partition type for encrypted swap + - Make /home automount rather than mount? + - don't use blkid on every single partition, but on the main disk only + - automatically find root disk in initrd + * improve journalctl performance by loading journal files lazily. Encode just enough information in the file name, so that we don't have to open it to know that it is not interesting for us, for @@ -409,10 +416,6 @@ Features: mode, it will never touch the RTC if the no reliable time source is active or the user did not request anything like it. -* if booted in "quiet" mode, and an error happens, turn on status - output again, so that the emergency mode isn't totally - surprising. Also, terminate plymouth. - * libunwind support for coredump pattern hook, and includes this in the message for coredumps. After all, libunwind is now capable to unwind coredumps since a few weeks ago. This probably requires that @@ -509,8 +512,6 @@ Features: * rename "userspace" to "core-os" -* syscall filter: optionally don't enforce no new privs? - * load-fragment: when loading a unit file via a chain of symlinks verify that it isn't masked via any of the names traversed. @@ -676,7 +677,6 @@ Features: - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline) - add reduced [Link] support to .network files - add IPv4LL tests (inspire by DHCP) - - add IPv4LL to man pages. Explain coexistance between DHCP - add Scope= parsing option for [Network] - change LL address generation and make it predictable like get_mac() (link-config.c) - have smooth transition from LL to routable address, without disconnecting clients.