Added Kylin Linux Advanced Server Support (#78232)

pull/78248/head
Kay Yan 2 years ago committed by GitHub
parent 75de4a37bc
commit 2e4b0fefbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- Added Kylin Linux Advanced Server OS in RedHat OS Family.

@ -511,7 +511,7 @@ class Distribution(object):
'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS', 'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS',
'OEL', 'Amazon', 'Virtuozzo', 'XenServer', 'Alibaba', 'OEL', 'Amazon', 'Virtuozzo', 'XenServer', 'Alibaba',
'EulerOS', 'openEuler', 'AlmaLinux', 'Rocky', 'TencentOS', 'EulerOS', 'openEuler', 'AlmaLinux', 'Rocky', 'TencentOS',
'EuroLinux'], 'EuroLinux', 'Kylin Linux Advanced Server'],
'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon', 'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon',
'Linux Mint', 'SteamOS', 'Devuan', 'Kali', 'Cumulus Linux', 'Linux Mint', 'SteamOS', 'Devuan', 'Kali', 'Cumulus Linux',
'Pop!_OS', 'Parrot', 'Pardus GNU/Linux', 'Uos', 'Deepin'], 'Pop!_OS', 'Parrot', 'Pardus GNU/Linux', 'Uos', 'Deepin'],

@ -0,0 +1,38 @@
{
"name": "Kylin Linux Advanced Server V10",
"distro": {
"codename": "Sword",
"id": "kylin",
"name": "Kylin Linux Advanced Server",
"version": "V10",
"version_best": "V10",
"lsb_release_info": {},
"os_release_info": {
"name": "Kylin Linux Advanced Server",
"version": "V10 (Sword)",
"id": "kylin",
"version_id": "V10",
"pretty_name": "Kylin Linux Advanced Server V10 (Sword)",
"ansi_color": "0;31",
"codename": "Sword"
}
},
"input": {
"/etc/system-release": "Kylin Linux Advanced Server release V10 (Sword)\n",
"/etc/os-release": "NAME=\"Kylin Linux Advanced Server\"\nVERSION=\"V10 (Sword)\"\nID=\"kylin\"\nVERSION_ID=\"V10\"\nPRETTY_NAME=\"Kylin Linux Advanced Server V10 (Sword)\"\nANSI_COLOR=\"0;31\"\n\n",
"/etc/lsb-release": "DISTRIB_ID=Kylin\nDISTRIB_RELEASE=V10\nDISTRIB_CODENAME=juniper\nDISTRIB_DESCRIPTION=\"Kylin V10\"\nDISTRIB_KYLIN_RELEASE=V10\nDISTRIB_VERSION_TYPE=enterprise\nDISTRIB_VERSION_MODE=normal\n"
},
"platform.dist": [
"kylin",
"V10",
"Sword"
],
"result": {
"distribution": "Kylin Linux Advanced Server",
"distribution_version": "V10",
"distribution_release": "Sword",
"distribution_major_version": "V10",
"os_family": "RedHat"
},
"platform.release": "4.19.90-24.4.v2101.ky10.x86_64"
}
Loading…
Cancel
Save