Refactor recipes with newer ingredients
This commit is contained in:
@ -8,9 +8,14 @@
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake)
|
||||
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-storage.cfg # Storage configuration
|
||||
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
|
||||
%include ../ingredients/core-locale.cfg # System locale
|
||||
|
||||
%include ../ingredients/core-security-off.cfg # Set security to low
|
||||
%include ../ingredients/core-services.cfg # Systemd services
|
||||
%include ../ingredients/core-network.cfg # Network configuration
|
||||
|
||||
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
|
||||
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
|
||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
||||
|
Reference in New Issue
Block a user