distro: add PwQuality to ImageConfig
Add it to all distros (8.6, 9.0) that support using ImageConfig
This commit is contained in:
parent
adfdb2cd39
commit
8f746698f0
3 changed files with 12 additions and 0 deletions
|
|
@ -532,6 +532,10 @@ func osPipeline(t *imageType,
|
|||
p.AddStage(osbuild.NewAuthconfigStage(authConfig))
|
||||
}
|
||||
|
||||
if pwQuality := imageConfig.PwQuality; pwQuality != nil {
|
||||
p.AddStage(osbuild.NewPwqualityConfStage(pwQuality))
|
||||
}
|
||||
|
||||
if pt != nil {
|
||||
kernelOptions := osbuild.GenImageKernelOptions(pt)
|
||||
if t.kernelOptions != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue