diff --git a/src/common/helpers.py b/src/common/helpers.py index 49824093b..0f8aede2c 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -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 \ No newline at end of file + return found