From 93440db8b5eae1244aaf5fecfa68050a8b26f3e3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 27 Jun 2024 12:08:51 +0200 Subject: [PATCH] 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. --- mkosi.images/system/mkosi.repart/10-root.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.images/system/mkosi.repart/10-root.conf b/mkosi.images/system/mkosi.repart/10-root.conf index 715b9254630..3c25dbfb14d 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 -- 2.47.3