]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Add Minimize=best to --make-ddi= partition definitions
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 5 Dec 2023 13:56:15 +0000 (14:56 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 6 Dec 2023 10:54:48 +0000 (11:54 +0100)
Otherwise, repart won't calculate the minimal size of the partition
automatically and things will fail once the partitions exceed the
minimal partition size (10M).

src/partition/definitions/confext.repart.d/10-root.conf
src/partition/definitions/confext.repart.d/20-root-verity.conf
src/partition/definitions/portable.repart.d/10-root.conf
src/partition/definitions/portable.repart.d/20-root-verity.conf
src/partition/definitions/sysext.repart.d/10-root.conf
src/partition/definitions/sysext.repart.d/20-root-verity.conf

index e41dc0578b5e52a4701df4eceb5ce7da88a8cb0b..f728ab66d59e7f4bd58b3a3d041f7c0a215d78d1 100644 (file)
@@ -13,3 +13,4 @@ Format=erofs
 CopyFiles=/etc/
 Verity=data
 VerityMatchKey=root
+Minimize=best
index 437d88e068ed54186c4d0493b1441ada6f85cb9a..8179351b6c3f6917ec29bcc312b2396abe45dc35 100644 (file)
@@ -11,3 +11,4 @@
 Type=root-verity
 Verity=hash
 VerityMatchKey=root
+Minimize=best
index 78758002f56f29c3b0b1b324da7b07578184829a..6f500d04d8aa89c738e74916e370be27a90e4bb0 100644 (file)
@@ -13,3 +13,4 @@ Format=erofs
 CopyFiles=/
 Verity=data
 VerityMatchKey=root
+Minimize=best
index 437d88e068ed54186c4d0493b1441ada6f85cb9a..8179351b6c3f6917ec29bcc312b2396abe45dc35 100644 (file)
@@ -11,3 +11,4 @@
 Type=root-verity
 Verity=hash
 VerityMatchKey=root
+Minimize=best
index c87e1bc5421fd0d35b9f3348ed95a9065a5dfac0..b8ef985b926a9cf86abddfa78fb15598ed00d021 100644 (file)
@@ -14,3 +14,4 @@ CopyFiles=/usr/
 CopyFiles=/opt/
 Verity=data
 VerityMatchKey=root
+Minimize=best
index 437d88e068ed54186c4d0493b1441ada6f85cb9a..8179351b6c3f6917ec29bcc312b2396abe45dc35 100644 (file)
@@ -11,3 +11,4 @@
 Type=root-verity
 Verity=hash
 VerityMatchKey=root
+Minimize=best