[iso] add 'inst.repo' Red-Hat workaround for CentOS Stream

* Since CentOS Stream does not use the 'CentOS-8.*' labelling scheme.
* This is a follow up to #1777.
* Also fix Windows Kit location for signing scripts.
This commit is contained in:
Pete Batard 2021-11-22 20:11:10 +00:00
parent d840083a32
commit eeca1f279c
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 9 additions and 9 deletions

View file

@ -1263,7 +1263,7 @@ DWORD WINAPI ImageScanThread(LPVOID param)
const char* redhat8_derivative[] = {
"^AlmaLinux-8.*", // AlmaLinux 8.x
"^Fedora.*-3[3-9].*", // Fedora 33-39
"^CentOS-8.*", // CentOS 8.x
"^CentOS.*-8.*", // CentOS and CentOS Stream 8.x
"^OL-8.*", // Oracle Linux 8.x
"^RHEL-8.*", // Red Hat 8.x
"^Rocky-8.*", // Rocky Linux 8.x