22 lines
1.4 KiB
INI
22 lines
1.4 KiB
INI
# __ ____ ____ _____
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
# /_/ /____/
|
|
|
|
# A recipe for a virtual a very small nano server
|
|
|
|
%include ../ingredients/core.cfg # Text mode
|
|
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
|
|
%include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
|
|
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
|
|
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
|
|
%include ../ingredients/core-services.cfg # Required systemd services
|
|
%include ../ingredients/core-network.cfg # Network configuration
|
|
%include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
|
|
%include ../ingredients/core-packages-generic.cfg # Generic
|
|
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
|
%include ../ingredients/core-post.cfg # Triggered after the installation
|
|
%include ../ingredients/core-initial-setup-server.cfg # For headless systems
|
|
%include ../ingredients/base-guest-agents.cfg # Guest agents |