5c7f39323d
This is a generic disk image that should be usable on any architecture with imagefactory or live-media-creator (possibly with package tweaks). Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
22 lines
457 B
Plaintext
22 lines
457 B
Plaintext
%packages
|
|
@base-x
|
|
@fonts
|
|
@input-methods
|
|
@multimedia
|
|
@printing
|
|
-@guest-desktop-agents
|
|
|
|
# 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
|