Files
phyllomeos/recipes/install_virtual_gnome_encrypted_server_43.cfg
T
Lukas Greve 288ed0a249 refactor: Simplify template logic - reduce from 6 to 3 categories, remove variant_type, keep validation, remove tests
Simplified template logic: reduced from 6 categories (required, modifiers, optional, versioned, conditional, flags) to 3 categories (required, modifiers, optional). Removed variant_type and replaced with modifier-based approach (version, bootloader replaced, hardware_support). All validation methods kept for recipe generation and validation. Removed tests directory (tests/test_recipe_generator.py, tests/integration/, tests/container/). Removed non-ISO workflows (validate-recipes, test-generation, container-tests, validate-ingredients). Updated Makefile, requirements.txt, and documentation. All 20 recipes successfully generated, validated, and flattened.
2026-03-27 12:13:51 +01:00

25 lines
1.1 KiB
INI

# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# An install recipe for desktop, server, or hypervisor
%include ingredients/core/base.ks
%include ingredients/repo/fedora-43-mirrors.ks
%include ingredients/storage/standard.ks
%include ingredients/bootloader/grub.ks
%include ingredients/core/locale.ks
%include ingredients/core/services.ks
%include ingredients/core/network.ks
%include ingredients/packages/core-group.ks
%include ingredients/packages/fedora-remix.ks
%include ingredients/packages/hand-picked.ks
%include ingredients/core/security/enabled.ks
%include ingredients/initial-setup/server/config.ks
%include ingredients/desktop/gnome/config.ks
%include ingredients/desktop/gnome/packages.ks
%include ingredients/desktop/gnome/post-scripts.ks
%include ingredients/storage/encrypted.ks