# Distro catalog entry: Fedora (family-level, matches any fedoraNN platform). # Boot images are proxied through the artifactapi "fedora" remote, whose tree # lives under releases//Everything//os/. name: fedora match: family: fedora kickstart: fedora version_default: "41" kernel_url: "{{.ArtifactBase}}/fedora/releases/{{.Version}}/Everything/{{.Arch}}/os/images/pxeboot/vmlinuz" initrd_url: "{{.ArtifactBase}}/fedora/releases/{{.Version}}/Everything/{{.Arch}}/os/images/pxeboot/initrd.img" kernel_args: - inst.text - net.ifnames=0 vars: # Install-tree root; the kickstart appends /os/ under it. mirror: "{{.ArtifactBase}}/fedora/releases/{{.Version}}/Everything"