distro/rhel84: fix s390x kernel options
Our s390x images now use the kernel commandline options set in the image type's declaration.
This commit is contained in:
parent
9d0d5967d6
commit
45138801f9
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ func (t *imageType) pipeline(c *blueprint.Customizations, options distro.ImageOp
|
|||
|
||||
p.AddStage(osbuild.NewKernelCmdlineStage(&osbuild.KernelCmdlineStageOptions{
|
||||
RootFsUUID: rootPartition.UUID,
|
||||
KernelOpts: "net.ifnames=0 crashkernel=auto",
|
||||
KernelOpts: t.kernelOptions,
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue