reorganize recipes
This commit is contained in:
@ -7,28 +7,45 @@
|
||||
|
||||
# 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.cfg # Text mode for automated installation
|
||||
# %include ../ingredients/live-core.cfg # Installation method for live systems
|
||||
|
||||
%include ../ingredients/core-storage.cfg # Storage configuration
|
||||
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
|
||||
|
||||
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
|
||||
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
|
||||
|
||||
%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-security-off.cfg # Lock root account, disable firewall and SELinux
|
||||
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
|
||||
|
||||
%include ../ingredients/core-services.cfg # Required systemd services
|
||||
%include ../ingredients/core-network.cfg # Network configuration
|
||||
|
||||
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
|
||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
|
||||
|
||||
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
|
||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
||||
%include ../ingredients/core-packages-custom.cfg # Hand-picked packages
|
||||
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
|
||||
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
|
||||
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
|
||||
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
|
||||
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
|
||||
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
|
||||
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
|
||||
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
|
||||
|
||||
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
|
||||
%include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
Reference in New Issue
Block a user