Switch default platform id to f29

This commit is contained in:
Brian C. Lane 2018-10-04 13:55:11 -07:00
parent d65a502861
commit 29fe174b6b
1 changed files with 1 additions and 1 deletions

View File

@ -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")