From 28c390f1b4c61a180c1de44efe4abc37b9a1f870 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Thu, 11 Dec 2025 20:49:29 +0100 Subject: [PATCH] remove the post section to speed installation process --- recipes/virtual-desktop-hypervisor.cfg | 1 - recipes/virtual-desktop.cfg | 1 - recipes/virtual-server-hypervisor.cfg | 1 - recipes/virtual-server.cfg | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes/virtual-desktop-hypervisor.cfg b/recipes/virtual-desktop-hypervisor.cfg index d8b9271..241c818 100644 --- a/recipes/virtual-desktop-hypervisor.cfg +++ b/recipes/virtual-desktop-hypervisor.cfg @@ -17,7 +17,6 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-fedora-repo-43.cfg # Offical repositories for Fedora -%include ../ingredients/core-post.cfg # Triggered after the installation %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager %include ../ingredients/base-hypervisor.cfg # Base hypervisor diff --git a/recipes/virtual-desktop.cfg b/recipes/virtual-desktop.cfg index 5fb875d..fbe65a3 100644 --- a/recipes/virtual-desktop.cfg +++ b/recipes/virtual-desktop.cfg @@ -17,6 +17,5 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-fedora-repo-43.cfg # Offical repositories for Fedora -%include ../ingredients/core-post.cfg # Triggered after the installation %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-hypervisor.cfg b/recipes/virtual-server-hypervisor.cfg index e76049e..2587e7a 100644 --- a/recipes/virtual-server-hypervisor.cfg +++ b/recipes/virtual-server-hypervisor.cfg @@ -17,6 +17,5 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-fedora-repo-43.cfg # Offical repositories for Fedora -%include ../ingredients/core-post.cfg # Triggered after the installation %include ../ingredients/base-hypervisor.cfg # Base hypervisor %include ../ingredients/base-guest-agents.cfg # Guest agents diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index 0d2e084..a3269d6 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# # Unsafe. Development-only. A recipe for a virtual desktop +# # Unsafe. Development-only. A recipe for a virtual server %include ../ingredients/core.cfg # Text mode %include ../ingredients/core-storage.cfg # ext4-based storage configuration @@ -17,5 +17,4 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-fedora-repo-43.cfg # Offical repositories for Fedora -%include ../ingredients/core-post.cfg # Triggered after the installation %include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file