mirror of
https://github.com/mbusb/multibootusb
synced 2024-11-18 15:25:46 +00:00
Added AntivirusLiveCD (Calm AV)
This commit is contained in:
parent
6beacbf175
commit
fe4a500c06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user