Fix duplicate recipe filenames by adding hardware-support, guest-agents, and hypervisor-type suffixes
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.
This commit is contained in:
@@ -47,7 +47,7 @@ templates:
|
||||
desktop: fragments/initial-setup/desktop/config.ks
|
||||
gnome: fragments/initial-setup/gnome/config.ks
|
||||
generic-wayland: fragments/initial-setup/generic-wayland/config.ks
|
||||
hypervisor-type:
|
||||
hypervisor_type:
|
||||
amdcpu: fragments/hypervisor/amdcpu.ks
|
||||
intelcpu: fragments/hypervisor/intelcpu.ks
|
||||
intelgpu: fragments/hypervisor/intelgpu.ks
|
||||
|
||||
Reference in New Issue
Block a user