# Distro catalog entry: AlmaLinux 9, IMAGE install (liveimg). # # Boots the same AlmaLinux installer kernel/initrd as almalinux9, but the # kickstart (image.ks.tmpl) uses liveimg to unpack the prebuilt node rootfs # tarball instead of resolving packages -- much faster, reproducible. Generic # storage (autopart on sda). Select via a device's provision_template custom # field = "almalinux9-image". name: almalinux9-image match: platforms: [almalinux9-image] kickstart: image version_default: "9" kernel_url: "{{.ArtifactBase}}/almalinux/{{.Version}}/BaseOS/{{.Arch}}/os/images/pxeboot/vmlinuz" initrd_url: "{{.ArtifactBase}}/almalinux/{{.Version}}/BaseOS/{{.Arch}}/os/images/pxeboot/initrd.img" kernel_args: - inst.text - net.ifnames=0 vars: # Prebuilt node rootfs on the artifactapi rootfs-images local repo, built and # published by the bootapi-images repo (v* tag). Immutable, semver-versioned; # bump this one line to roll the fleet forward (overwrites are 409-rejected). rootfs_tarball: "https://artifactapi.k8s.syd1.au.unkin.net/api/v2/remotes/rootfs-images/files/almalinux9-node-1.0.0.tar.zst"