distro/rhel90: update to match 8.6 and add centos-9 alias
- Copied distro and image definitions from RHEL 8.6
- New package set handling
- Distribution-specific strings
- New image types: edge-raw and edge-simplified-installer
- Edge container with nginx
- Removed greenboot services from edge enabled services (enabled
automatically)
- Adapted to required changes from RHEL 9.0 Beta
- Added CentOS 9 (centos-9) alias
Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
ba4a4541d9
commit
6b73dc5a92
7 changed files with 1273 additions and 454 deletions
|
|
@ -30,6 +30,7 @@ var supportedDistros = []supportedDistro{
|
|||
{rhel90beta.New, rhel90beta.NewHostDistro},
|
||||
{rhel90beta.NewRHEL90, rhel90beta.NewHostDistro},
|
||||
{rhel90.New, rhel90.NewHostDistro},
|
||||
{rhel90.NewCentos, rhel90.NewCentosHostDistro},
|
||||
}
|
||||
|
||||
type supportedDistro struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue