Added AgiliaLinux to known distributions. Fix #6033
This commit is contained in:
parent
bed900a1c8
commit
a8fe65ab95
|
@ -903,6 +903,7 @@ distro_info = {
|
|||
'Sun JDS': '/etc/sun-release',
|
||||
'PLD Linux': '/etc/pld-release',
|
||||
'Yellow Dog Linux': '/etc/yellowdog-release',
|
||||
'AgiliaLinux': '/etc/agilialinux-version',
|
||||
# many distros use the /etc/redhat-release for compatibility
|
||||
# so Redhat is the last
|
||||
'Redhat Linux': '/etc/redhat-release'
|
||||
|
@ -1369,4 +1370,4 @@ def replace_dataform_media(form, stanza):
|
|||
if data.getAttr('cid') == uri_data:
|
||||
uri.setData(data.getData())
|
||||
found = True
|
||||
return found
|
||||
return found
|
||||
|
|
Loading…
Reference in New Issue