- Replaced individual templates with unified 'install' (desktop, server, hypervisor) and 'live' (live-desktop, live-server) templates - Added new modifiers: variant_type, hypervisor-type, desktop, initial-setup, virtualization - Updated generate_recipe.py to handle new modifier structure with additive flags - Updated recipes_manifest.yaml with new modifier structure - Added missing fragment files and directories
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
|