Added AgiliaLinux to known distributions. Fix #6033

This commit is contained in:
Denis Fomin 2010-11-16 17:12:47 +03:00
parent bed900a1c8
commit a8fe65ab95
1 changed files with 2 additions and 1 deletions

View File

@ -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