mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
mkosi: Switch back to btrfs
Now that we're running on Noble instead of Jammy btrfs has the temp_fsid feature which means we can mount the same image multiple times so let's switch back to btrfs instead of ext4 as the filesystem as btrfs properly records timestamps when building filesystems from a root directory unlike ext4.
This commit is contained in:
parent
48e7d0e91e
commit
93440db8b5
@ -2,7 +2,7 @@
|
||||
|
||||
[Partition]
|
||||
Type=root
|
||||
Format=ext4
|
||||
Format=btrfs
|
||||
CopyFiles=/
|
||||
SizeMinBytes=8G
|
||||
SizeMaxBytes=8G
|
||||
|
Loading…
Reference in New Issue
Block a user