|
|
@ -279,7 +279,7 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil
|
|
|
|
family = "debian"
|
|
|
|
family = "debian"
|
|
|
|
case "fedora":
|
|
|
|
case "fedora":
|
|
|
|
family = "fedora"
|
|
|
|
family = "fedora"
|
|
|
|
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm":
|
|
|
|
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm", "rocky":
|
|
|
|
family = "rhel"
|
|
|
|
family = "rhel"
|
|
|
|
case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp":
|
|
|
|
case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp":
|
|
|
|
family = "suse"
|
|
|
|
family = "suse"
|
|
|
|