From 1fbe496b6af2a4ce7883f29f04350aa25f0ab092 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Tue, 9 Dec 2025 22:33:15 +0100 Subject: [PATCH] the proper syntax for firstboot enabling --- ingredients/core-initial-setup-desktop.cfg | 2 +- ingredients/core-initial-setup-server.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingredients/core-initial-setup-desktop.cfg b/ingredients/core-initial-setup-desktop.cfg index c034853..a1ce0c8 100644 --- a/ingredients/core-initial-setup-desktop.cfg +++ b/ingredients/core-initial-setup-desktop.cfg @@ -1,4 +1,4 @@ -firstboot --reconfig # Initial Setup will start after the first reboot +firstboot --enable --reconfig # Initial Setup will start after the first reboot %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. diff --git a/ingredients/core-initial-setup-server.cfg b/ingredients/core-initial-setup-server.cfg index 4d9705b..ce2ffd2 100644 --- a/ingredients/core-initial-setup-server.cfg +++ b/ingredients/core-initial-setup-server.cfg @@ -1,4 +1,4 @@ -firstboot --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones +firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies