mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Added support for KDE neon
Updated _OS_MAP_NAME and _OS_FAMILY_MAP to map 'neon' into 'KDE neon' and to associate that with the Debian. For details about KDE neon see neon.kde.org
This commit is contained in:
parent
7a63e3cfd2
commit
6a2c320b9b
@ -1123,6 +1123,7 @@ _OS_NAME_MAP = {
|
||||
'slesexpand': 'RES',
|
||||
'void': 'Void',
|
||||
'linuxmint': 'Mint',
|
||||
'neon': 'KDE neon',
|
||||
}
|
||||
|
||||
# Map the 'os' grain to the 'os_family' grain
|
||||
@ -1183,6 +1184,7 @@ _OS_FAMILY_MAP = {
|
||||
'antiX': 'Debian',
|
||||
'NILinuxRT': 'NILinuxRT',
|
||||
'NILinuxRT-XFCE': 'NILinuxRT',
|
||||
'KDE neon': 'Debian',
|
||||
'Void': 'Void',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user