From 29fe174b6b305270931c75a9aa4c73af7d1c85a8 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 4 Oct 2018 13:55:11 -0700 Subject: [PATCH] Switch default platform id to f29 --- src/pylorax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")