mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[iso] add Miracle Linux 8 to the list of Red Hat exceptions
* MIRACLE LINUX is a Red Hat derivative, so it needs the same special treatment as Red Hat, CentOS, etc to work around issues in anaconda. * This commit adds MIRACLE LINUX to the list of Red Hat derivatives. * Closes #1866
This commit is contained in:
parent
108424ecf4
commit
23e79ad907
2 changed files with 6 additions and 5 deletions
|
@ -1267,6 +1267,7 @@ DWORD WINAPI ImageScanThread(LPVOID param)
|
|||
"^OL-8.*", // Oracle Linux 8.x
|
||||
"^RHEL-8.*", // Red Hat 8.x
|
||||
"^Rocky-8.*", // Rocky Linux 8.x
|
||||
"^MIRACLE-LINUX-8-.*", // MIRACLE LINUX 8.x
|
||||
};
|
||||
int i, len;
|
||||
uint8_t arch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue