Detect Red Hat linux OS Type like Ubuntu and OpenSUSE

Related to: https://github.com/harvester/harvester/issues/6503

Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Volker Theile 2024-09-23 14:42:35 +02:00 committed by Francesco Torchia
parent 9f84a4c26b
commit 68b264dca1
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -49,6 +49,7 @@ export const OS = [{
value: 'oracle'
}, {
label: 'Red Hat',
match: ['redhat', 'rhel'],
value: 'redhat'
}, {
label: 'openSUSE',