From 7f33ee8bb42a905f5c71bc0b49e946b527b3135a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 10 Feb 2026 16:32:05 +0100 Subject: [PATCH] mkosi: Grow the root partition on boot Let's make sure the root partition takes up all the allocated space on boot. --- mkosi.extra/usr/lib/repart.d/root.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mkosi.extra/usr/lib/repart.d/root.conf diff --git a/mkosi.extra/usr/lib/repart.d/root.conf b/mkosi.extra/usr/lib/repart.d/root.conf new file mode 100644 index 00000000000..1aadd2dc701 --- /dev/null +++ b/mkosi.extra/usr/lib/repart.d/root.conf @@ -0,0 +1,2 @@ +[Partition] +Type=root -- 2.47.3