Previously, list modifiers like hardware-support, guest-agents, and hypervisor-type created multiple variants but overwrote the same filenames. Now: 1. Add '_hw' suffix when hardware-support is enabled 2. Add '_ga' suffix when guest-agents is enabled 3. Add CPU type (amdcpu, intelcpu) suffix for hypervisor variants 4. Normalize modifier names from hypervisor-type to hypervisor_type This ensures all 144 recipes have unique filenames.
24 lines
1.0 KiB
INI
24 lines
1.0 KiB
INI
# __ ____ ____ _____
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
# /_/ /____/
|
|
|
|
# An install recipe for desktop, server, or hypervisor
|
|
|
|
%ksappend fragments/core/base.ks
|
|
%ksappend fragments/storage/standard.ks
|
|
%ksappend fragments/bootloader/grub.ks
|
|
%ksappend fragments/core/locale.ks
|
|
%ksappend fragments/core/services.ks
|
|
%ksappend fragments/core/network.ks
|
|
%ksappend fragments/packages/core-group.ks
|
|
%ksappend fragments/packages/fedora-remix.ks
|
|
%ksappend fragments/packages/hand-picked.ks
|
|
%ksappend fragments/desktop/gnome/config.ks
|
|
%ksappend fragments/desktop/gnome/packages.ks
|
|
%ksappend fragments/desktop/gnome/post-scripts.ks
|
|
%ksappend fragments/initial-setup/server/config.ks
|
|
%ksappend fragments/core/security/disabled.ks
|
|
%ksappend fragments/repo/rawhide-mirrors.ks |