]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Revert to btrfs for fedora and openuse 3759/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 4 Jun 2025 14:00:20 +0000 (16:00 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 4 Jun 2025 14:00:20 +0000 (16:00 +0200)
This was accidentaly committed.

mkosi/distributions/fedora.py
mkosi/distributions/opensuse.py

index fd532f3060ab2e52b7711b01341bd21d82cd5db7..833e820e21076e3240ace04e385d14003757609c 100644 (file)
@@ -98,7 +98,7 @@ class Installer(DistributionInstaller):
 
     @classmethod
     def filesystem(cls) -> str:
-        return "ext4"
+        return "btrfs"
 
     @classmethod
     def package_type(cls) -> PackageType:
index 6c119c1846e942ec370b265f1d091d3ce2b9e0f2..e959cfbd6ea825e32b12239ff8a75a8a08e5b098 100644 (file)
@@ -25,7 +25,7 @@ class Installer(DistributionInstaller):
 
     @classmethod
     def filesystem(cls) -> str:
-        return "ext4"
+        return "btrfs"
 
     @classmethod
     def package_type(cls) -> PackageType: