From: Lennart Poettering Date: Tue, 4 Aug 2020 06:56:54 +0000 (+0200) Subject: update TODO X-Git-Tag: v247-rc1~369^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2f418d5951a89a1313bfa7ac75ec4ed9bf51bca;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 17fe6e8b2a9..b63b436e294 100644 --- a/TODO +++ b/TODO @@ -234,9 +234,6 @@ Features: * systemd-repart: allow sizing partitions as factor of available RAM, so that we can reasonably size swap partitions for hibernation. -* systemd-repart: allow running mkfs before making partitions pop up + - encryption via LUKS to allow booting into an empty root with only /usr mounted in - * systemd-repart: allow managing the gpt read-only partition flag + auto-mount flag * systemd-repart: allow boolean option that ensures that if existing partition @@ -252,10 +249,6 @@ Features: * systemd-repart: add per-partition option to fail if partition already exist, i.e. is not added new. Similar, add option to fail if partition does not exist yet. -* systemd-repart: add --size=auto for generating/resizing images of minimal - size, i.e. where the image file is sized exactly as large as necessary taking - SizeMin= into account, but not a single byte larger. - * 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)