From: Luca Boccassi Date: Wed, 22 Jan 2025 19:11:55 +0000 (+0000) Subject: mkosi: switch rootfs to ext4 X-Git-Tag: v256.13~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54bed7d294d8b4540071ee9b296c06341ad818a0;p=thirdparty%2Fsystemd.git mkosi: switch rootfs to ext4 btrfs is currently broken for nspawn on recent kernels, so switch to the best filesystem until that is solved (cherry picked from commit f6eed063a63b71ef42bc54c64592a2eeed8a4f8c) (cherry picked from commit adf4d826718b513dcf53801eff4699225d4e908f) --- diff --git a/mkosi.repart/10-root.conf b/mkosi.repart/10-root.conf index 3c25dbfb14d..715b9254630 100644 --- a/mkosi.repart/10-root.conf +++ b/mkosi.repart/10-root.conf @@ -2,7 +2,7 @@ [Partition] Type=root -Format=btrfs +Format=ext4 CopyFiles=/ SizeMinBytes=8G SizeMaxBytes=8G