diff --git a/host/host_linux.go b/host/host_linux.go index 04bda6c98..dd03f1555 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -315,6 +315,8 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil family = "solus" case "neokylin": family = "neokylin" + case "anolis": + family = "anolis" } return platform, family, version, nil