]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: switch rootfs to ext4
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 22 Jan 2025 19:11:55 +0000 (19:11 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 8 Apr 2025 19:52:11 +0000 (20:52 +0100)
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)

mkosi.repart/10-root.conf

index 3c25dbfb14da7ad17f28d64d9ea94ea061016742..715b925463055c3ef5a2a53920ec871f58b5712b 100644 (file)
@@ -2,7 +2,7 @@
 
 [Partition]
 Type=root
-Format=btrfs
+Format=ext4
 CopyFiles=/
 SizeMinBytes=8G
 SizeMaxBytes=8G