From 88db0b65b186f18e345ad4e8e7451b4f3ba12237 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 18 Feb 2026 21:32:53 +0100 Subject: [PATCH] switch to server-based initial-setup until gnome-initial-setup is fixed --- recipes/virtual-desktop_43.cfg | 2 +- recipes/virtual-desktop_43_devel.cfg | 2 +- recipes/virtual-desktop_devel_rawhide.cfg | 2 +- recipes/virtual-desktop_labwc_43.cfg | 2 +- recipes/virtual-desktop_rawhide.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/virtual-desktop_43.cfg b/recipes/virtual-desktop_43.cfg index bd684d2..7e08d66 100644 --- a/recipes/virtual-desktop_43.cfg +++ b/recipes/virtual-desktop_43.cfg @@ -17,6 +17,6 @@ %include ../ingredients/core-packages.cfg # Mandatory packages %include ../ingredients/core-fedora-repo-43.cfg # Official repositories for Fedora 43 %include ../ingredients/core-post.cfg # Triggered after the installation -%include ../ingredients/core-initial-setup-gnome-desktop.cfg # Enable initial setup to allow end users to create user on first boot +%include ../ingredients/core-initial-setup-server.cfg # Enable initial setup to allow end users to create user on first boot %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-desktop_43_devel.cfg b/recipes/virtual-desktop_43_devel.cfg index b51cebc..9b022db 100644 --- a/recipes/virtual-desktop_43_devel.cfg +++ b/recipes/virtual-desktop_43_devel.cfg @@ -17,5 +17,5 @@ %include ../ingredients/core-packages.cfg # Mandatory packages %include ../ingredients/core-fedora-repo-43.cfg # Official repositories for Fedora 43 %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment -%include ../ingredients/core-initial-setup-gnome-desktop.cfg # Enable initial setup to allow end users to create user on first boot +%include ../ingredients/core-initial-setup-server.cfg # Enable initial setup to allow end users to create user on first boot %include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-desktop_devel_rawhide.cfg b/recipes/virtual-desktop_devel_rawhide.cfg index 2c7f49c..9186fc5 100644 --- a/recipes/virtual-desktop_devel_rawhide.cfg +++ b/recipes/virtual-desktop_devel_rawhide.cfg @@ -17,5 +17,5 @@ %include ../ingredients/core-packages.cfg # Mandatory 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-gnome-desktop.cfg # Enable initial setup to allow end users to create user on first boot +%include ../ingredients/core-initial-setup-server.cfg # Enable initial setup to allow end users to create user on first boot %include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file diff --git a/recipes/virtual-desktop_labwc_43.cfg b/recipes/virtual-desktop_labwc_43.cfg index 5c69843..c3d9bb9 100644 --- a/recipes/virtual-desktop_labwc_43.cfg +++ b/recipes/virtual-desktop_labwc_43.cfg @@ -17,6 +17,6 @@ %include ../ingredients/core-packages.cfg # Mandatory packages %include ../ingredients/core-fedora-repo-43.cfg # Official repositories for Fedora 43 %include ../ingredients/core-post.cfg # Triggered after the installation -%include ../ingredients/core-initial-setup-generic-wayland-desktop.cfg # Enable initial setup to allow end users to create user on first boot +%include ../ingredients/core-initial-setup-server.cfg # Enable initial setup to allow end users to create user on first boot %include ../ingredients/base-desktop-labwc.cfg # A labwc shell-based desktop environment %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 index 05e9792..d7721ae 100644 --- a/recipes/virtual-desktop_rawhide.cfg +++ b/recipes/virtual-desktop_rawhide.cfg @@ -19,5 +19,5 @@ %include ../ingredients/core-post.cfg # Triggered after the installation %include ../ingredients/core-initial-setup-gnome-desktop.cfg # Enable initial setup to allow end users to create user on first boot %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment -%include ../ingredients/core-initial-setup-gnome-desktop.cfg # Enable initial setup to allow end users to create user on first boot +%include ../ingredients/core-initial-setup-server.cfg # Enable initial setup to allow end users to create user on first boot %include ../ingredients/base-guest-agents.cfg # Guest agents \ No newline at end of file