Add FEDORA-2022-3a75635d6a to F35 kde disk image to fix background

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-24 17:03:20 -07:00
parent 9dc38b1a71
commit bbc6d57614
1 changed files with 33 additions and 0 deletions

33
kde-35.ks Normal file
View File

@ -0,0 +1,33 @@
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 FEDORA-2022-3a75635d6a to get correct background,
# remove after it goes stable
repo --name=f35-kdeback --baseurl=https://adamwill.fedorapeople.org/f35back/
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext --groups wheel
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
imsettings-qt
-initial-setup
-initial-setup-gui
%end