8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
# Initial setup packages - desktop mode
|
|
|
|
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies.
|
|
|
|
initial-setup # Initial setup package
|
|
|
|
%end # End of the packages section
|