10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
# Initial setup packages - GNOME desktop mode
|
|
|
|
%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.
|
|
|
|
%end # End of the packages section
|