[host][linux] Fix #340 return Solus OS as from the "solus" PlatformFamily in Info()

pull/720/head
Lomanic 6 years ago
parent 6a8ab0308e
commit 9219f16f03

@ -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

Loading…
Cancel
Save