From bbc6d5761464b129d4ceff8f841f06620acab1c8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 Aug 2022 17:03:20 -0700 Subject: [PATCH] Add FEDORA-2022-3a75635d6a to F35 kde disk image to fix background Signed-off-by: Adam Williamson --- kde-35.ks | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 kde-35.ks diff --git a/kde-35.ks b/kde-35.ks new file mode 100644 index 0000000..62256dc --- /dev/null +++ b/kde-35.ks @@ -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