diff --git a/mantle/platform/platform.go b/mantle/platform/platform.go index d0aed9bbc6..2718f0bbb7 100644 --- a/mantle/platform/platform.go +++ b/mantle/platform/platform.go @@ -497,7 +497,7 @@ func CheckMachine(ctx context.Context, m Machine) error { switch string(out) { case `fedora-coreos`: distribution = "fcos" - case `centos-coreos`, `rhcos-`: + case `scos-`, `scos-coreos`, `rhcos-`, `rhcos-coreos`: distribution = "rhcos" default: return fmt.Errorf("not a supported instance: %v", string(out))