diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 8020f839..f15e20a5 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -65,7 +65,7 @@ REMOVE_PPC64_DRIVERS = "floppy scsi_debug nouveau radeon cirrus mgag200" REMOVE_PPC64_MODULES = "drm plymouth" # Used for DNF conf.module_platform_id -DEFAULT_PLATFORM_ID = "platform:f30" +DEFAULT_PLATFORM_ID = "platform:f29" class ArchData(DataHolder): lib64_arches = ("x86_64", "ppc64", "ppc64le", "s390x", "ia64", "aarch64")