mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
mkosi: switch rootfs to ext4
btrfs is currently broken for nspawn on recent kernels, so switch to the best filesystem until that is solved
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[Partition]
|
||||
Type=root
|
||||
Format=btrfs
|
||||
Format=ext4
|
||||
CopyFiles=/
|
||||
SizeMinBytes=8G
|
||||
SizeMaxBytes=8G
|
||||
|
Reference in New Issue
Block a user