# Distro catalog entry: AlmaLinux 9 on the Dell OptiPlex 3070. # # Ported for the six prodnxsr0014-0019 bare-metal hosts registered on the legacy # Cobbler server under profile almalinux9-dell_3070. Mirrors optiplex-3060: a # %pre script auto-selects the internal NVMe (first under 512G), is UEFI-aware, # sets bootloader --boot-drive, and uses a fixed ~31G LVM (no grow). The Cobbler # almalinux9_dell3070 kickstart template currently fails to render on cobbler, # so the closest working per-model profile (3060, same UEFI/auto-NVMe layout, # fixed LVM) was used as the source of truth. Select it by setting the device's # `provision_template` custom field to "optiplex-3070" (the device_type slug). name: optiplex-3070 match: platforms: [optiplex-3070] 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: auto-nvme