# Distro catalog entry: AlmaLinux 9 on the Dell OptiPlex 3050. # # Same install tree as the generic almalinux9 entry, but with the storage layout # the Cobbler profile almalinux9-dell_3050 used: a single known NVMe (nvme0n1), # legacy BIOS/MBR boot, and a fixed ~31G LVM (no grow). Model selection is # NetBox-driven: set the device's `provision_template` custom field to this # entry's name (the OptiPlex device_type slug "optiplex-3050"). Because the # match slug below is the device_type -- not a real platform slug -- this entry # is never auto-selected for a plain almalinux9 host; only the override picks it. name: optiplex-3050 match: platforms: [optiplex-3050] kickstart: almalinux9 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: mirror: "{{.ArtifactBase}}/almalinux/{{.Version}}" # storage_mode drives the model-specific storage stanza in almalinux9.ks.tmpl. storage_mode: fixed-nvme