distro/fedora-30: set the module_platform_id

Make sure we don't fallback to looking at /etc/os-release.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-12-12 20:35:09 +01:00 committed by Lars Karlitski
parent 18971bd8ef
commit 8c1f194fc1
16 changed files with 58 additions and 29 deletions

View file

@ -33,7 +33,8 @@
"tar"
],
"releasever": "30",
"basearch": "x86_64"
"basearch": "x86_64",
"module_platform_id": "platform:f30"
}
}
]
@ -68,7 +69,8 @@
"dracut-config-rescue"
],
"releasever": "30",
"basearch": "x86_64"
"basearch": "x86_64",
"module_platform_id": "platform:f30"
}
},
{