rhel84: fix kernel cmdline for s390x
RootFsUUID should be the UUID of a root filesystem, not of a root partition.
🤦 sorry!
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
45138801f9
commit
3f15b97af0
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ func (t *imageType) pipeline(c *blueprint.Customizations, options distro.ImageOp
|
|||
}
|
||||
|
||||
p.AddStage(osbuild.NewKernelCmdlineStage(&osbuild.KernelCmdlineStageOptions{
|
||||
RootFsUUID: rootPartition.UUID,
|
||||
RootFsUUID: rootPartition.Filesystem.UUID,
|
||||
KernelOpts: t.kernelOptions,
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue