switch to just --enable, knowing that --reconfig does not seem to survive a pykickstart flattening

This commit is contained in:
Lukas Greve
2026-02-18 21:33:56 +01:00
parent 88db0b65b1
commit 77787e09b5
@@ -1,7 +1,9 @@
firstboot --enable --reconfig # Initial Setup will start after the first reboot firstboot --enable # Initial Setup will start after the first reboot
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies. %packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies.
# TO BE TESTED -> initial-setup-gui # Graphical user interface for the initial-setup utility
# TO BE TESTED -> initial-setup-gui-wayland-generic.x86_64 # Run the initial-setup GUI in Wayland
gnome-initial-setup # Add GNOME initial setup too to let user create local account. gnome-initial-setup # Add GNOME initial setup too to let user create local account.
%end # End of the packages section %end # End of the packages section