From: Daan De Meyer Date: Thu, 27 Jun 2024 10:08:51 +0000 (+0200) Subject: mkosi: Switch back to btrfs X-Git-Tag: v256.2~93 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=3d3bc1d999d66c1bd1aabb3a49d1f544330cccf7;p=systemd%2F.git 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) --- diff --git a/mkosi.images/system/mkosi.repart/10-root.conf b/mkosi.images/system/mkosi.repart/10-root.conf index 715b925463..3c25dbfb14 100644 --- a/mkosi.images/system/mkosi.repart/10-root.conf +++ b/mkosi.images/system/mkosi.repart/10-root.conf @@ -2,7 +2,7 @@ [Partition] Type=root -Format=ext4 +Format=btrfs CopyFiles=/ SizeMinBytes=8G SizeMaxBytes=8G