Add Antergos to OS_FAMILY_MAP as fork of Arch Linux. (#25363)
Support 'Antergos' as a target for distribution facts.
This commit is contained in:
parent
3d21965e73
commit
449cf43926
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class Distribution(object):
|
|||
'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon'],
|
||||
'Suse': ['SuSE', 'SLES', 'SLED', 'openSUSE', 'openSUSE Tumbleweed',
|
||||
'SLES_SAP', 'SUSE_LINUX', 'openSUSE Leap'],
|
||||
'Archlinux': ['Archlinux', 'Manjaro'],
|
||||
'Archlinux': ['Archlinux', 'Antergos', 'Manjaro'],
|
||||
'Mandrake': ['Mandrake', 'Mandriva'],
|
||||
'Solaris': ['Solaris', 'Nexenta', 'OmniOS', 'OpenIndiana', 'SmartOS'],
|
||||
'Slackware': ['Slackware'],
|
||||
|
|
Loading…
Reference in a new issue