From fdae77ef231e2dbaaf5b55c43481bb15edd3f1c4 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 14 Feb 2026 17:46:27 +0100 Subject: [PATCH] just new recipes --- recipes/virtual-desktop_devel_rawhide.cfg | 22 +++++++++++++++++++++ recipes/virtual-desktop_rawhide.cfg | 24 +++++++++++++++++++++++ recipes/virtual-server_devel_rawhide.cfg | 20 +++++++++++++++++++ recipes/virtual-server_rawhide.cfg | 23 ++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 recipes/virtual-desktop_devel_rawhide.cfg create mode 100644 recipes/virtual-desktop_rawhide.cfg create mode 100644 recipes/virtual-server_devel_rawhide.cfg create mode 100644 recipes/virtual-server_rawhide.cfg diff --git a/recipes/virtual-desktop_devel_rawhide.cfg b/recipes/virtual-desktop_devel_rawhide.cfg new file mode 100644 index 0000000..47d944e --- /dev/null +++ b/recipes/virtual-desktop_devel_rawhide.cfg @@ -0,0 +1,22 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# Unsafe. Development-only. A recipe for a virtual desktop + +%include ../ingredients/core.cfg # Text mode +%include ../ingredients/core-storage.cfg # ext4-based storage configuration +%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GRUB +%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language +%include ../ingredients/core-security-off.cfg # Enable 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.cfg # Mandatory packages +%include ../ingredients/core-packages-default.cfg # Default but not necessary packages +%include ../ingredients/core-fedora-repo-rawhide.cfg # Official repositories for Fedora Rawhide +%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment +%include ../ingredients/core-initial-setup-desktop.cfg # OEM setup for GNOME Shell +%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-desktop_rawhide.cfg b/recipes/virtual-desktop_rawhide.cfg new file mode 100644 index 0000000..705dc37 --- /dev/null +++ b/recipes/virtual-desktop_rawhide.cfg @@ -0,0 +1,24 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# A recipe for a virtual desktop + +%include ../ingredients/core.cfg # Text mode +%include ../ingredients/core-storage.cfg # ext4-based storage configuration +%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GRUB +%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language +%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-default.cfg # Default but not necessary packages +%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support +%include ../ingredients/core-fedora-repo-rawhide.cfg # Official repositories for Fedora Rawhide +%include ../ingredients/core-post.cfg # Triggered after the installation +%include ../ingredients/core-initial-setup-desktop.cfg # OEM setup for GNOME Shell +%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment +%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-server_devel_rawhide.cfg b/recipes/virtual-server_devel_rawhide.cfg new file mode 100644 index 0000000..8d54ed8 --- /dev/null +++ b/recipes/virtual-server_devel_rawhide.cfg @@ -0,0 +1,20 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# # Unsafe. Development-only. A recipe for a virtual server + +%include ../ingredients/core.cfg # Text mode +%include ../ingredients/core-storage.cfg # ext4-based storage configuration +%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GRUB +%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language +%include ../ingredients/core-security-off.cfg # Enable 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.cfg # Mandatory packages +%include ../ingredients/core-packages-default.cfg # Default but not necessary packages +%include ../ingredients/core-fedora-repo-rawhide.cfg # Official repositories for Fedora Rawhide +%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-server_rawhide.cfg b/recipes/virtual-server_rawhide.cfg new file mode 100644 index 0000000..bcb4b15 --- /dev/null +++ b/recipes/virtual-server_rawhide.cfg @@ -0,0 +1,23 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +## A recipe for a virtual server + +%include ../ingredients/core.cfg # Text mode +%include ../ingredients/core-storage.cfg # ext4-based storage configuration +%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GRUB +%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language +%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-default.cfg # Default but not necessary packages +%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support +%include ../ingredients/core-fedora-repo-rawhide.cfg # Official repositories for Fedora Rawhide +%include ../ingredients/core-post.cfg # Triggered after the installation +%include ../ingredients/core-initial-setup-server.cfg # OEM setup +%include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file