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:
parent
d271de346f
commit
32fe534292
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue