# Distro catalog entry: AlmaLinux 9 on the Dell OptiPlex 3060. # # Same install tree as the generic almalinux9 entry, with the storage behaviour # of the Cobbler profile almalinux9-dell_3060: a %pre script auto-selects the # internal NVMe (first under 512G), is UEFI-aware (adds an EFI System Partition # only when booted UEFI), sets bootloader --boot-drive, and uses a fixed ~31G # LVM (no grow). Select it by setting the device's `provision_template` custom # field to "optiplex-3060" (the OptiPlex device_type slug). name: optiplex-3060 match: platforms: [optiplex-3060] 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