distro/rhel9: fix /usr/sbin/zipl unavailable in the buildroot
The big rewrite of rhel9 distro omitted installing s390utils-base into the buildroot. This caused the org.osbuild.zipl.inst stage because of missing /usr/sbin/zipl. This commit introduces s390utils-base back into the buildroot which fixes building of the s390x images. I verified it by building the RHEL 9.1 qcow2 image and booting it using libvirt. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
caac5fc7af
commit
ff21f2935f
13 changed files with 14216 additions and 7 deletions
|
|
@ -16,3 +16,9 @@ func (p *S390X) GetPackages() []string {
|
|||
"s390utils-core",
|
||||
}
|
||||
}
|
||||
|
||||
func (p *S390X) GetBuildPackages() []string {
|
||||
return []string{
|
||||
"s390utils-base",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue