distro/rhel90: properly set grub2 config from ImageConfig
We need to actually set the grub2 configuration if there is one. Doh.
This commit is contained in:
parent
d493f3b510
commit
ec8a8bb22a
1 changed files with 2 additions and 0 deletions
|
|
@ -618,6 +618,8 @@ func osPipeline(t *imageType,
|
||||||
if grub2.Config != nil {
|
if grub2.Config != nil {
|
||||||
cfg.Default = grub2.Config.Default
|
cfg.Default = grub2.Config.Default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
grub2.Config = cfg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue