diff --git a/host/host_linux.go b/host/host_linux.go index 940415c9..97d5451c 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -205,6 +205,9 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil } else if lsb.ID == "LinuxMint" { platform = "linuxmint" version = lsb.Release + } else if lsb.ID == "Kylin" { + platform = "Kylin" + version = lsb.Release } else { if common.PathExistsWithContents("/usr/bin/raspi-config") { platform = "raspbian"