From 8af81d1d00d57ff3cf34937cacf12509ab0f5626 Mon Sep 17 00:00:00 2001 From: luz Date: Wed, 30 Apr 2025 12:39:18 -0500 Subject: [PATCH] add live ingredient --- recipes/desktop-hypervisor-amdcpu.cfg | 1 + recipes/desktop-hypervisor-intelcpu-intelgpu.cfg | 1 + recipes/desktop-hypervisor-intelcpu.cfg | 1 + recipes/desktop-hypervisor.cfg | 1 + recipes/live-desktop-hypervisor.cfg | 1 + recipes/virtual-desktop-hypervisor.cfg | 1 + recipes/virtual-desktop.cfg | 1 + recipes/virtual-nano.cfg | 1 + recipes/virtual-server.cfg | 1 + 9 files changed, 9 insertions(+) diff --git a/recipes/desktop-hypervisor-amdcpu.cfg b/recipes/desktop-hypervisor-amdcpu.cfg index cd1db91..a06f9ed 100644 --- a/recipes/desktop-hypervisor-amdcpu.cfg +++ b/recipes/desktop-hypervisor-amdcpu.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg index a2468ab..9297845 100644 --- a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/desktop-hypervisor-intelcpu.cfg b/recipes/desktop-hypervisor-intelcpu.cfg index 87ad919..0e86329 100644 --- a/recipes/desktop-hypervisor-intelcpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/desktop-hypervisor.cfg b/recipes/desktop-hypervisor.cfg index b81efd0..85cc0a0 100644 --- a/recipes/desktop-hypervisor.cfg +++ b/recipes/desktop-hypervisor.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/live-desktop-hypervisor.cfg b/recipes/live-desktop-hypervisor.cfg index 22240e8..0e1a88c 100644 --- a/recipes/live-desktop-hypervisor.cfg +++ b/recipes/live-desktop-hypervisor.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +%include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/virtual-desktop-hypervisor.cfg b/recipes/virtual-desktop-hypervisor.cfg index ba0c9f7..8a6ef06 100644 --- a/recipes/virtual-desktop-hypervisor.cfg +++ b/recipes/virtual-desktop-hypervisor.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/virtual-desktop.cfg b/recipes/virtual-desktop.cfg index 07cef0c..5fdb5ad 100644 --- a/recipes/virtual-desktop.cfg +++ b/recipes/virtual-desktop.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/virtual-nano.cfg b/recipes/virtual-nano.cfg index 7dd5521..dd49393 100644 --- a/recipes/virtual-nano.cfg +++ b/recipes/virtual-nano.cfg @@ -26,6 +26,7 @@ # %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems # %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index ebaf78d..ef622f1 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -26,6 +26,7 @@ %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages # %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages +# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems %include ../ingredients/core-packages-default.cfg # Default but not necessary packages %include ../ingredients/core-packages-generic.cfg # Make it a generic distribution