mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +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. (cherry picked from commit 93440db8b5eae1244aaf5fecfa68050a8b26f3e3)
This commit is contained in:
parent
ce41fdbfdc
commit
3d3bc1d999
@ -2,7 +2,7 @@
|
||||
|
||||
[Partition]
|
||||
Type=root
|
||||
Format=ext4
|
||||
Format=btrfs
|
||||
CopyFiles=/
|
||||
SizeMinBytes=8G
|
||||
SizeMaxBytes=8G
|
||||
|
Loading…
x
Reference in New Issue
Block a user