# Distro catalog entry: AlmaLinux 9 on the Dell OptiPlex 7080. # # Identical to optiplex-3060 (auto-NVMe %pre, UEFI-aware, --boot-drive) EXCEPT # the LVM PV grows to fill the disk -- the one real delta between the Cobbler # profiles almalinux9-dell_3060 and almalinux9-dell_7080 (the 7080s ship larger # NVMes and are meant to use the whole disk). vg_grow=true adds `--grow` to the # pv partition. Select it via the device's `provision_template` custom field set # to "optiplex-7080" (the OptiPlex device_type slug). name: optiplex-7080 match: platforms: [optiplex-7080] 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 vg_grow: "true"