# Distro catalog entry: OptiPlex 7080, IMAGE install (liveimg). # # The image counterpart of optiplex-7080: same liveimg payload as # almalinux9-image, but with the 7080's auto-NVMe / grow-to-fill storage # (storage_mode auto-nvme + vg_grow). Proves the image kickstart reuses the # OptiPlex model storage exactly as the package install does. Select via a # device's provision_template custom field = "optiplex-7080-image". name: optiplex-7080-image match: platforms: [optiplex-7080-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: rootfs_tarball: "https://artifactapi.k8s.syd1.au.unkin.net/api/v2/remotes/rootfs-images/files/almalinux9-node-1.0.0.tar.zst" storage_mode: auto-nvme vg_grow: "true"