- Replaced individual templates with unified 'install' (desktop, server, hypervisor) and 'live' (live-desktop, live-server) templates - Added new modifiers: variant_type, hypervisor-type, desktop, initial-setup, virtualization - Updated generate_recipe.py to handle new modifier structure with additive flags - Updated recipes_manifest.yaml with new modifier structure - Added missing fragment files and directories
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
# VMM post-installation scripts
|
|
|
|
%post --erroronfail
|
|
|
|
# Start libvirt service
|
|
systemctl enable libvirtd
|
|
systemctl start libvirtd
|
|
|
|
%end
|