fedora: blueprint must have a name

This commit is contained in:
Brian C. Lane 2022-09-27 16:23:45 -07:00 committed by Ondřej Budai
parent f164bfb272
commit b209bcec55

View file

@ -654,7 +654,7 @@ func (t *imageType) Manifest(customizations *blueprint.Customizations,
containers []container.Spec,
seed int64) (distro.Manifest, error) {
bp := &blueprint.Blueprint{}
bp := &blueprint.Blueprint{Name: "empty blueprint"}
err := bp.Initialize()
if err != nil {
panic("could not initialize empty blueprint: " + err.Error())