mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 21:24:17 -04:00
[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:
parent
d840083a32
commit
eeca1f279c
4 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue