d030465f14
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
%packages
|
|
@base-x
|
|
@fonts
|
|
@input-methods
|
|
@multimedia
|
|
@printing
|
|
-@guest-desktop-agents
|
|
initial-setup-gui
|
|
|
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
|
aajohan-comfortaa-fonts
|
|
|
|
# anaconda needs the locales available to run for different locales
|
|
glibc-all-langpacks
|
|
|
|
%end
|
|
|
|
%post
|
|
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
|
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
|
|
|
%end
|