]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Switch back to btrfs 33506/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 27 Jun 2024 10:08:51 +0000 (12:08 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 27 Jun 2024 13:45:57 +0000 (15:45 +0200)
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.

mkosi.images/system/mkosi.repart/10-root.conf

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