Refactor recipes with newer ingredients
This commit is contained in:
@ -5,11 +5,16 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
#
|
||||
# What ? This kickstart file bootstraps a server-oriented system.
|
||||
# What ? This kickstart defines the ingredients to create a server operating artifact
|
||||
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%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
|
||||
|
Reference in New Issue
Block a user