livemedia.ks: Install workstation-product-environment

This installs everything needed for the GNOME desktop, the resulting
image now boots into X and starts the desktop.

Resolves: rhbz#2017993
This commit is contained in:
Brian C. Lane 2021-10-27 14:39:00 -07:00
parent 0c8e1d44d6
commit 6309bdb155

View File

@ -30,7 +30,7 @@ clearpart --all --initlabel
rootpw rootme rootpw rootme
# Disk partitioning information # Disk partitioning information
reqpart reqpart
part / --size=6656 part / --size=8000
%post %post
# FIXME: it'd be better to get this installed from a package # FIXME: it'd be better to get this installed from a package
@ -368,20 +368,11 @@ EOF
%end %end
%packages %packages
@base-x @^workstation-product-environment
@core
@fonts
@guest-desktop-agents
@hardware-support
@multimedia
@networkmanager-submodules
@workstation-product
gnome-terminal
aajohan-comfortaa-fonts
dracut-config-generic dracut-config-generic
dracut-live dracut-live
system-logos system-logos
glibc-all-langpacks
kernel kernel
# Make sure that DNF doesn't pull in debug kernel to satisfy kmod() requires # Make sure that DNF doesn't pull in debug kernel to satisfy kmod() requires
kernel-modules kernel-modules
@ -392,7 +383,6 @@ syslinux
-@input-methods -@input-methods
-@standard -@standard
-gfs2-utils -gfs2-utils
-reiserfs-utils
# This package is needed to boot the iso on UEFI # This package is needed to boot the iso on UEFI
shim shim