|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From 0a1f32deaa9886a82a7f01441da03b31d2a3d940 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From 17e598c74ec633a3db0b1d49a4f2824502b0d055 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
|
|
|
Date: Tue, 10 Oct 2023 12:17:22 +0300
|
|
|
|
|
Subject: [PATCH] Added MSVSphere support
|
|
|
|
@ -156,14 +156,14 @@ index 136ce1b..909df08 100644
|
|
|
|
|
panic(fmt.Sprintf("unknown distro name: %s", name))
|
|
|
|
|
}
|
|
|
|
|
diff --git a/vendor/github.com/osbuild/images/pkg/distroregistry/distroregistry.go b/vendor/github.com/osbuild/images/pkg/distroregistry/distroregistry.go
|
|
|
|
|
index f17a089..7cf6cb5 100644
|
|
|
|
|
index f17a089..cb02d90 100644
|
|
|
|
|
--- a/vendor/github.com/osbuild/images/pkg/distroregistry/distroregistry.go
|
|
|
|
|
+++ b/vendor/github.com/osbuild/images/pkg/distroregistry/distroregistry.go
|
|
|
|
|
@@ -30,6 +30,7 @@ var supportedDistros = []func() distro.Distro{
|
|
|
|
|
rhel8.NewRHEL87,
|
|
|
|
|
rhel8.NewRHEL88,
|
|
|
|
|
rhel8.NewRHEL89,
|
|
|
|
|
+ rhel9.NewMSVSphere89,
|
|
|
|
|
+ rhel8.NewMSVSphere89,
|
|
|
|
|
rhel8.NewCentos,
|
|
|
|
|
|
|
|
|
|
rhel9.New,
|
|
|
|
|