createhdds/kde.ks
Adam Williamson 11aa7d9735 Remove old GNOME workaround repo, add KDE F33 backgrounds one
Add a workaround repo to kde.ks to get the kde-settings that
will put F33 backgrounds in F33 images (hopefully). Remove an old
workaround repo from the desktop kickstarts that isn't needed
any more.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-09-08 16:17:15 -07:00

44 lines
1.4 KiB
Plaintext

install
bootloader --location=mbr
network --bootproto=dhcp
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
# contains fix to get F33 backgrounds in KDE. Remove when
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-527d393bd7 goes stable
repo --name=kdesettemp --url=https://www.happyassassin.net/temp/kdeback33/$releasever/$basearch
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
poweroff
%packages
@^kde-desktop-environment
# these are all in the KDE live image, we want to match that as it's
# the most common KDE deployment method
@firefox
@kde-apps
@kde-media
@kde-office
@networkmanager-submodules
fedora-release-kde
falkon
# FIXME: fedora-jam-kde-theme-2.0.0-1.fc31 provides kde-settings,
# and anaconda prefers it to the real kde-settings for some reason,
# so F31 images are getting fedora-jam-kde-theme instead of
# kde-settings and this means they have the wrong background and
# some other issues. This should be fixed by 3.0.0-1.fc31, so we
# can probably remove this when
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-3753ee3716
# is pushed stable
-fedora-jam-kde-theme
imsettings-qt
-initial-setup
-initial-setup-gui
%end