refactoring recipes
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs.
|
||||
# A recipe for an AMD (tm) CPU-based desktop hypervisor
|
||||
|
||||
%include ../ingredients/core.cfg # Text mode for automated installation
|
||||
# %include ../ingredients/live-core.cfg # Installation method for live systems
|
||||
@ -36,8 +36,10 @@
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
|
||||
|
||||
### Pre and post section ###
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
|
||||
### End of pre and post section ###
|
||||
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
|
||||
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
|
||||
@ -49,4 +51,5 @@
|
||||
|
||||
%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).
|
||||
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
|
||||
# %include ../ingredients/base-guest-agents.cfg # Guest agents
|
||||
|
Reference in New Issue
Block a user