// Package templates embeds bootapi's default kickstart and iPXE templates. // These are the built-in fallback set; an operator can override any of them by // mounting a ConfigMap at BOOTAPI_TEMPLATE_DIR (see docs/deployment.md). package templates import "embed" // FS holds the default template tree: kickstart/*.ks.tmpl, ipxe/*.ipxe.tmpl and // catalog/*.yaml (the distro catalog). // //go:embed kickstart ipxe catalog var FS embed.FS