mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-06 05:41:57 +00:00
Update waagent
Added class and fleshing out KaliDistro
This commit is contained in:
@@ -1317,6 +1317,13 @@ class debianDistro(AbstractDistro):
|
||||
############################################################
|
||||
# KaliDistro - WIP
|
||||
############################################################
|
||||
class KaliDistro(debianDistro):
|
||||
"""
|
||||
Kali Distro concrete class
|
||||
Put Kali specific behavior here...
|
||||
"""
|
||||
def __init__(self):
|
||||
super(KaliDistro,self).__init__()
|
||||
|
||||
############################################################
|
||||
# UbuntuDistro
|
||||
|
||||
Reference in New Issue
Block a user