Add support for 'KDE Neon' to hostname module (#25262)
Added the class "NeonHostname" to add support for KDE Neon.
This commit is contained in:
parent
b12925fcdb
commit
4b0ee9a5e7
1 changed files with 6 additions and 0 deletions
|
@ -743,6 +743,12 @@ class NetBSDHostname(Hostname):
|
|||
strategy_class = FreeBSDStrategy
|
||||
|
||||
|
||||
class NeonHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Neon'
|
||||
strategy_class = DebianStrategy
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue