]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
TODO: remove one finished item, add two minor bugs 786/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Sep 2021 11:33:46 +0000 (13:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Sep 2021 12:29:21 +0000 (14:29 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 1f5aba8d02924ac15e5cbd3c2391d5deaf08c376..7e550e3282663f97b710ef72c04229405cb96f22 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
 
 * work on device nodes
 
-* allow passing env vars
-
 * mkosi --all (for building everything in mkosi.files/)
 
 * --architecture= is chaos: we need to define a clear vocabulary of
@@ -19,3 +17,9 @@
   automatic updating schemes (i.e. take an old image that is currently
   in use, add a root partition with the new root image (+ verity), and
   drop the new kernel into the ESP, and an update is complete.
+
+* minimization with gpt_btrfs doesn't seem to take fs compression into
+  account. The resulting device is half-empty.
+
+* --format gpt_mksquashfs --minimize throws an error. It should just
+  silently ignore --minimize, since it's implied.