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:
Christian Kellner 2022-05-22 17:23:27 +02:00
parent d493f3b510
commit ec8a8bb22a

View file

@ -618,6 +618,8 @@ func osPipeline(t *imageType,
if grub2.Config != nil {
cfg.Default = grub2.Config.Default
}
grub2.Config = cfg
}
}