diff --git a/host/host_linux.go b/host/host_linux.go index d1c5f5d..02ff554 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -356,6 +356,8 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil family = "alpine" case "coreos": family = "coreos" + case "solus": + family = "solus" } return platform, family, version, nil