deps: update images to v0.54.0
Update images dependency and adjust import paths for distro package changes. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
356a222b83
commit
809f2544ad
81 changed files with 6722 additions and 5341 deletions
2
vendor/github.com/osbuild/images/pkg/manifest/os.go
generated
vendored
2
vendor/github.com/osbuild/images/pkg/manifest/os.go
generated
vendored
|
|
@ -608,7 +608,7 @@ func (p *OS) serialize() osbuild.Pipeline {
|
|||
}))
|
||||
}
|
||||
|
||||
if !p.KernelOptionsBootloader {
|
||||
if !p.KernelOptionsBootloader || p.platform.GetArch() == arch.ARCH_S390X {
|
||||
pipeline = prependKernelCmdlineStage(pipeline, strings.Join(kernelOptions, " "), pt)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue