diff --git a/scripts/distro.py b/scripts/distro.py index 1067be1..7c6c200 100644 --- a/scripts/distro.py +++ b/scripts/distro.py @@ -71,7 +71,8 @@ def distro(iso_cfg_ext_dir, iso_link): return "redhat" elif re.search( r'slitaz|dban |ophcrack|tinycore|rescue.cpi|xpud|untangle|4mlinux|partition wizard|android-x86.png|' - r'riplinux|lebel dummy|http://pogostick.net/~pnh/ntpasswd/|AVG Rescue CD|lkrn', string, re.I): + r'riplinux|lebel dummy|http://pogostick.net/~pnh/ntpasswd/|AVG Rescue CD|AntivirusLiveCD|lkrn', + string, re.I): return "slitaz" elif re.search(r'minimal Slackware|Slackware-HOWTO', string, re.I): # for minimal slackware detection