1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

add circle linux as derivatives rhel

This commit is contained in:
Bella Zhang 2024-01-28 16:43:26 +08:00
parent f6fd520d2a
commit 35fc053161

View file

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