Add Linuxmint support in hostname module
This commit is contained in:
parent
7ea6650d6c
commit
5b48ecc80a
1 changed files with 5 additions and 0 deletions
|
@ -410,6 +410,11 @@ class UbuntuHostname(Hostname):
|
|||
distribution = 'Ubuntu'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
class LinuxmintHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Linuxmint'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
class LinaroHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Linaro'
|
||||
|
|
Loading…
Reference in a new issue