distro/rhel90: fix ISO Label for CS9

Should be CentOS-Stream-9-BaseOS-$arch (based on official CS9 ISOs)
instead of CentOS-Stream-9-$arch-dvd, which was the format that CS8
used.
This commit is contained in:
Achilleas Koutsou 2022-01-10 12:39:31 +01:00 committed by Tom Gundersen
parent d271de346f
commit 32fe534292

View file

@ -94,7 +94,7 @@ var distroMap = map[string]distribution{
modulePlatformID: "platform:el9",
vendor: "centos",
ostreeRefTmpl: "centos/9/%s/edge",
isolabelTmpl: "CentOS-Stream-9-%s-dvd",
isolabelTmpl: "CentOS-Stream-9-BaseOS-%s",
runner: "org.osbuild.centos9",
defaultImageConfig: defaultDistroImageConfig,
},